[Buildbot-commits] [buildbot/buildbot] 75c722: Bugfixes for try's monitoring of builds in progres...
noreply at github.com
noreply at github.com
Sat Jul 9 00:17:52 UTC 2011
Branch: refs/heads/buildbot-0.8.4
Home: https://github.com/buildbot/buildbot
Commit: 75c7229de6af939df2e06c04d4c870f1e2d53f83
https://github.com/buildbot/buildbot/commit/75c7229de6af939df2e06c04d4c870f1e2d53f83
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-07-08 (Fri, 08 Jul 2011)
Changed paths:
M master/buildbot/process/builder.py
M master/buildbot/status/buildrequest.py
M master/buildbot/status/client.py
M master/buildbot/status/master.py
Log Message:
-----------
Bugfixes for try's monitoring of builds in progress
Fixes #2007.
Simplify Status.build_started to take the BuildStatus object, rather
than trying to look it up before its pickle is written to disk.
Correctly handle bdict's returned from db.builds.getBuildsForRequest.
Correctly handle remote errors in newbuild
Commit: 49a0d1d7565f7c477e48ed4c43d125e0bde0d7a4
https://github.com/buildbot/buildbot/commit/49a0d1d7565f7c477e48ed4c43d125e0bde0d7a4
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-07-08 (Fri, 08 Jul 2011)
Changed paths:
M master/buildbot/status/client.py
Log Message:
-----------
Fix RemoteBuildRequest's unsubscription support
(although I don't believe this is ever called?)
Refs #2007
Compare: https://github.com/buildbot/buildbot/compare/ae840d3...49a0d1d
More information about the Commits
mailing list