[Buildbot-commits] [buildbot/buildbot] e39431: Wrap looping calls in try-except blocks.
GitHub
noreply at github.com
Sat Jan 26 21:05:04 UTC 2013
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: e394314c3d5e5be8f31022ec927d4be6b901f84d
https://github.com/buildbot/buildbot/commit/e394314c3d5e5be8f31022ec927d4be6b901f84d
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2013-01-24 (Thu, 24 Jan 2013)
Changed paths:
M master/buildbot/clients/tryclient.py
M master/buildbot/process/builder.py
M master/buildbot/process/metrics.py
M master/buildbot/util/maildir.py
Log Message:
-----------
Wrap looping calls in try-except blocks.
LoopingCall cancels anything after it raises an exception,
so catch them before they reach it.
Refs #1038.
Commit: 305b227724a6bd5093f3e37b9be37af0818ac7f5
https://github.com/buildbot/buildbot/commit/305b227724a6bd5093f3e37b9be37af0818ac7f5
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2013-01-24 (Thu, 24 Jan 2013)
Changed paths:
M master/contrib/bzr_buildbot.py
M master/contrib/googlecode_atom.py
Log Message:
-----------
Make contributed pollers use PollingChangeSource.
Refs #1038.
Commit: b9dcd6b4bf018862b4958349de8f95ac37d1dfbd
https://github.com/buildbot/buildbot/commit/b9dcd6b4bf018862b4958349de8f95ac37d1dfbd
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2013-01-26 (Sat, 26 Jan 2013)
Changed paths:
M master/buildbot/clients/tryclient.py
M master/buildbot/process/builder.py
M master/buildbot/process/metrics.py
M master/buildbot/util/maildir.py
M master/contrib/bzr_buildbot.py
M master/contrib/googlecode_atom.py
Log Message:
-----------
Merge pull request #620 from tomprince/bug1038
Fix some looping calls.
Compare: https://github.com/buildbot/buildbot/compare/8d86eccd9722...b9dcd6b4bf01
More information about the Commits
mailing list