[Buildbot-commits] [buildbot/buildbot] d29ee8: Do not fail if a slave-side keepalive call times o...
noreply at github.com
noreply at github.com
Sun Apr 10 03:03:54 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: d29ee8500be701b917519913f22be5fb383a8f3f
https://github.com/buildbot/buildbot/commit/d29ee8500be701b917519913f22be5fb383a8f3f
Author: Dustin J. Mitchell <dustin at v.igoro.us>
Date: 2011-04-09 (Sat, 09 Apr 2011)
Changed paths:
M slave/buildslave/bot.py
M slave/buildslave/test/unit/test_bot.py
Log Message:
-----------
Do not fail if a slave-side keepalive call times out
Keepalives are intended only to keep the connection alive - they are
not heartbeats. Fixes #1855.
Commit: 08c2ae6574297b087461f35bb18159ecbda926ee
https://github.com/buildbot/buildbot/commit/08c2ae6574297b087461f35bb18159ecbda926ee
Author: Dustin J. Mitchell <dustin at v.igoro.us>
Date: 2011-04-09 (Sat, 09 Apr 2011)
Changed paths:
M master/docs/cfg-schedulers.texinfo
Log Message:
-----------
Improve docs for Nightly scheduler
The nightly scheduler requires that a branch be specified, so that it
knows what to build when it triggers. Fixes #1896.
Commit: c11e6b7d52fbe1a2314257158633ab908ff3e729
https://github.com/buildbot/buildbot/commit/c11e6b7d52fbe1a2314257158633ab908ff3e729
Author: Dustin J. Mitchell <dustin at v.igoro.us>
Date: 2011-04-09 (Sat, 09 Apr 2011)
Changed paths:
M master/buildbot/master.py
M master/buildbot/schedulers/dependent.py
M master/buildbot/test/unit/test_schedulers_dependent.py
Log Message:
-----------
Handle property dictionary from buildset subscription
The Dependent scheduler was incorrectly expecting a properties object
Compare: https://github.com/buildbot/buildbot/compare/9ce2185...c11e6b7
More information about the Commits
mailing list