[Buildbot-commits] [buildbot/buildbot] 6cd2ce: Handle errors in master-side source steps
noreply at github.com
noreply at github.com
Mon Sep 5 04:19:55 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 6cd2ceac5ff6fbb74fedb2855381051546b40f13
https://github.com/buildbot/buildbot/commit/6cd2ceac5ff6fbb74fedb2855381051546b40f13
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-09-04 (Sun, 04 Sep 2011)
Changed paths:
M master/buildbot/process/buildstep.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/test/unit/test_steps_source_bzr.py
M master/buildbot/test/unit/test_steps_source_cvs.py
M master/buildbot/test/unit/test_steps_source_git.py
M master/buildbot/test/unit/test_steps_source_mercurial.py
M master/buildbot/test/unit/test_steps_source_svn.py
Log Message:
-----------
Handle errors in master-side source steps
This adds a BuildStepFailed exception that can be raised within anything
that leads to step.failed; from there, it will be punted to
step.finished(FAILURE). Fixes #2097.
More information about the Commits
mailing list