[Buildbot-commits] [buildbot/buildbot] 088537: Remove the "lone pipe" exception in ShellCommand a...

GitHub noreply at github.com
Tue Sep 30 12:59:22 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 088537d6a4f220836daf155e507255ca1e3eea01
      https://github.com/buildbot/buildbot/commit/088537d6a4f220836daf155e507255ca1e3eea01
  Author: Роман Донченко <dpb at corrigendum.ru>
  Date:   2014-09-26 (Fri, 26 Sep 2014)

  Changed paths:
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/relnotes/index.rst
    M slave/buildslave/runprocess.py
    M slave/buildslave/test/unit/test_runprocess.py

  Log Message:
  -----------
  Remove the "lone pipe" exception in ShellCommand argument handling

As discussed in
<http://news.gmane.org/find-root.php?group=gmane.comp.python.buildbot.devel&article=10518>.
This makes it possible to pass a pipe as an argument, plus it makes argument
handling consistent between Windows and Unix-likes.


  Commit: 6f87b398c499363211a6daabcc11ae0c346162e8
      https://github.com/buildbot/buildbot/commit/6f87b398c499363211a6daabcc11ae0c346162e8
  Author: Mikhail Sobolev <sa2ajj at users.noreply.github.com>
  Date:   2014-09-30 (Tue, 30 Sep 2014)

  Changed paths:
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/relnotes/index.rst
    M slave/buildslave/runprocess.py
    M slave/buildslave/test/unit/test_runprocess.py

  Log Message:
  -----------
  Merge pull request #1234 from SpecLad/remove-pipe-exception

Remove the "lone pipe" exception in ShellCommand argument handling


Compare: https://github.com/buildbot/buildbot/compare/a25b4397d98d...6f87b398c499


More information about the Commits mailing list