[Buildbot-commits] [buildbot/buildbot] cdd327: Use deferredLock for nested function in BaseBasicS...
GitHub
noreply at github.com
Sat May 19 23:08:13 UTC 2012
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: cdd3271731dadbd06b53f01fb69a79ae481bcaa3
https://github.com/buildbot/buildbot/commit/cdd3271731dadbd06b53f01fb69a79ae481bcaa3
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-05-18 (Fri, 18 May 2012)
Changed paths:
M master/buildbot/schedulers/basic.py
Log Message:
-----------
Use deferredLock for nested function in BaseBasicScheduler.
Commit: 76e2165c1347bafff54ae151d83be594651ffc41
https://github.com/buildbot/buildbot/commit/76e2165c1347bafff54ae151d83be594651ffc41
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-05-18 (Fri, 18 May 2012)
Changed paths:
M master/buildbot/schedulers/basic.py
Log Message:
-----------
_stable_timers is a defaultdict, so clear it, instead of changing it to a normal dict.
Commit: 6864057675e2cd7f6c91dde28837934e28fb9df7
https://github.com/buildbot/buildbot/commit/6864057675e2cd7f6c91dde28837934e28fb9df7
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-05-18 (Fri, 18 May 2012)
Changed paths:
M master/buildbot/schedulers/basic.py
M master/buildbot/test/unit/test_schedulers_basic.py
Log Message:
-----------
Make basic schedulers report pending build times.
Fixes #2251.
Commit: c0f1b7421cd601846479431a2bbea981c0fec227
https://github.com/buildbot/buildbot/commit/c0f1b7421cd601846479431a2bbea981c0fec227
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-05-19 (Sat, 19 May 2012)
Changed paths:
M master/buildbot/schedulers/basic.py
M master/buildbot/test/unit/test_schedulers_basic.py
Log Message:
-----------
Merge branch 'bug2251' of git://github.com/tomprince/buildbot
* 'bug2251' of git://github.com/tomprince/buildbot:
Make basic schedulers report pending build times.
_stable_timers is a defaultdict, so clear it, instead of changing it to a normal dict.
Use deferredLock for nested function in BaseBasicScheduler.
Compare: https://github.com/buildbot/buildbot/compare/13378f4...c0f1b74
More information about the Commits
mailing list