[Buildbot-commits] [buildbot/buildbot] eaf13b: Factor checking of cmd.rc to allow other successfu...
GitHub
noreply at github.com
Mon May 28 16:20:18 UTC 2012
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: eaf13be615110d18c7c1aec7ea474c5ac34b0273
https://github.com/buildbot/buildbot/commit/eaf13be615110d18c7c1aec7ea474c5ac34b0273
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-05-19 (Sat, 19 May 2012)
Changed paths:
M master/buildbot/process/buildstep.py
M master/buildbot/steps/maxq.py
M master/buildbot/steps/python.py
M master/buildbot/steps/python_twisted.py
M master/buildbot/steps/shell.py
M master/buildbot/steps/slave.py
M master/buildbot/steps/source/bzr.py
M master/buildbot/steps/source/cvs.py
M master/buildbot/steps/source/git.py
M master/buildbot/steps/source/mercurial.py
M master/buildbot/steps/source/svn.py
M master/buildbot/steps/subunit.py
M master/buildbot/steps/transfer.py
M master/buildbot/steps/vstudio.py
M master/buildbot/test/fake/remotecommand.py
M master/buildbot/test/util/steps.py
M master/docs/developer/cls-remotecommands.rst
M master/docs/manual/cfg-buildsteps.rst
Log Message:
-----------
Factor checking of cmd.rc to allow other successful results.
This provides an argument successfulRC to RemoteCommand, to specify
some non-zero RCs as successes.
Fixes #2225.
Commit: e38bea2a8d8693d7dd7440f384e8e127110b6432
https://github.com/buildbot/buildbot/commit/e38bea2a8d8693d7dd7440f384e8e127110b6432
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-05-27 (Sun, 27 May 2012)
Changed paths:
M master/buildbot/process/buildstep.py
M master/buildbot/steps/maxq.py
M master/buildbot/steps/python.py
M master/buildbot/steps/python_twisted.py
M master/buildbot/steps/shell.py
M master/buildbot/steps/slave.py
M master/buildbot/steps/source/bzr.py
M master/buildbot/steps/source/cvs.py
M master/buildbot/steps/source/git.py
M master/buildbot/steps/source/mercurial.py
M master/buildbot/steps/source/svn.py
M master/buildbot/steps/subunit.py
M master/buildbot/steps/transfer.py
M master/buildbot/steps/vstudio.py
M master/buildbot/test/fake/remotecommand.py
M master/buildbot/test/util/steps.py
M master/docs/developer/cls-remotecommands.rst
M master/docs/manual/cfg-buildsteps.rst
Log Message:
-----------
Merge branch 'bug2225' of git://github.com/tomprince/buildbot into bug2225
* 'bug2225' of git://github.com/tomprince/buildbot:
Factor checking of cmd.rc to allow other successful results.
Commit: 94ccf27b379a68a247ded9090fbb807879442a61
https://github.com/buildbot/buildbot/commit/94ccf27b379a68a247ded9090fbb807879442a61
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-05-27 (Sun, 27 May 2012)
Changed paths:
M master/buildbot/test/fake/remotecommand.py
M master/buildbot/test/interfaces/test_remotecommand.py
M master/buildbot/test/unit/test_process_buildstep.py
Log Message:
-----------
Remove local 'FakeCmd' fake, add more interface tests for FakeRemoteCommand
Refs #2225
Commit: 7eb6257b501ff8c246ac8c5eaa30f15a45e270d8
https://github.com/buildbot/buildbot/commit/7eb6257b501ff8c246ac8c5eaa30f15a45e270d8
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-05-27 (Sun, 27 May 2012)
Changed paths:
M master/buildbot/test/fake/remotecommand.py
M master/buildbot/test/interfaces/test_remotecommand.py
Log Message:
-----------
add and test for an active attribute
Commit: 4582b5680a9fed0d0ce180c95c8ed411ac064ba9
https://github.com/buildbot/buildbot/commit/4582b5680a9fed0d0ce180c95c8ed411ac064ba9
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-05-28 (Mon, 28 May 2012)
Changed paths:
M master/buildbot/process/buildstep.py
M master/buildbot/steps/maxq.py
M master/buildbot/steps/python.py
M master/buildbot/steps/python_twisted.py
M master/buildbot/steps/shell.py
M master/buildbot/steps/slave.py
M master/buildbot/steps/source/bzr.py
M master/buildbot/steps/source/cvs.py
M master/buildbot/steps/source/git.py
M master/buildbot/steps/source/mercurial.py
M master/buildbot/steps/source/svn.py
M master/buildbot/steps/subunit.py
M master/buildbot/steps/transfer.py
M master/buildbot/steps/vstudio.py
M master/buildbot/test/fake/remotecommand.py
M master/buildbot/test/interfaces/test_remotecommand.py
M master/buildbot/test/unit/test_process_buildstep.py
M master/buildbot/test/util/steps.py
M master/docs/developer/cls-remotecommands.rst
M master/docs/manual/cfg-buildsteps.rst
Log Message:
-----------
Merge branch 'bug2225' of git://github.com/djmitche/buildbot
* 'bug2225' of git://github.com/djmitche/buildbot:
add and test for an active attribute
Remove local 'FakeCmd' fake, add more interface tests for FakeRemoteCommand
Factor checking of cmd.rc to allow other successful results.
Commit: 935399f5a1b6a8f826fdcaca9058081b7af89ae7
https://github.com/buildbot/buildbot/commit/935399f5a1b6a8f826fdcaca9058081b7af89ae7
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-05-28 (Mon, 28 May 2012)
Changed paths:
M master/buildbot/test/fake/remotecommand.py
Log Message:
-----------
add a comment about useLog and fakeLogData
Compare: https://github.com/buildbot/buildbot/compare/8d0e78a...935399f
More information about the Commits
mailing list