[Buildbot-commits] [buildbot/buildbot] 7e1503: Changes to P4 source step

GitHub noreply at github.com
Sun Aug 25 14:53:25 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 7e15032d2d23d46aa33f8c45ebbab526447413df
      https://github.com/buildbot/buildbot/commit/7e15032d2d23d46aa33f8c45ebbab526447413df
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2013-08-19 (Mon, 19 Aug 2013)

  Changed paths:
    M master/buildbot/changes/p4poller.py
    M master/buildbot/steps/source/p4.py
    M master/buildbot/test/unit/test_steps_source_p4.py
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  Changes to P4 source step

* Ability to not automatically have a `...` suffix to each client-spec
line
* Ability to specify different client spec options
* Ability to specify custom arguments to the `sync` command line
* Fixed some bugs where the `p4base` was used directly in command lines
even though it could be `None` if a custom client spec was specified.
* Fixed a bug where the `timeout` option given to the `P4` step wasn't
passed on to the `RemoteShellCommand`.
* Added unit tests
* Updated documentation


  Commit: 8b2cc54071eb0ebe73790b7509543c307f6e5519
      https://github.com/buildbot/buildbot/commit/8b2cc54071eb0ebe73790b7509543c307f6e5519
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2013-08-19 (Mon, 19 Aug 2013)

  Changed paths:
    M master/buildbot/changes/p4poller.py

  Log Message:
  -----------
  Fixed pyflakes error


  Commit: 10ed3819280131d63bbc027e1e457619fcb5f51b
      https://github.com/buildbot/buildbot/commit/10ed3819280131d63bbc027e1e457619fcb5f51b
  Author: Ludovic Chabant <ludovic at chabant.com>
  Date:   2013-08-19 (Mon, 19 Aug 2013)

  Changed paths:
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Updated release notes


  Commit: 06725f630c7469c81a3ccfff2bb8ccfa91c2c5a2
      https://github.com/buildbot/buildbot/commit/06725f630c7469c81a3ccfff2bb8ccfa91c2c5a2
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-08-25 (Sun, 25 Aug 2013)

  Changed paths:
    M master/buildbot/changes/p4poller.py
    M master/buildbot/steps/source/p4.py
    M master/buildbot/test/unit/test_steps_source_p4.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'master' of git://github.com/ludovicchabant/buildbot


Compare: https://github.com/buildbot/buildbot/compare/524c5bd3b7b9...06725f630c74


More information about the Commits mailing list