[Buildbot-commits] [buildbot/buildbot] a98bf3: Fixed an issue when stop() was raising an exceptio...
GitHub
noreply at github.com
Fri May 31 23:30:17 UTC 2013
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: a98bf3237fc5818674dc9f3827ea0dcd4468cc2b
https://github.com/buildbot/buildbot/commit/a98bf3237fc5818674dc9f3827ea0dcd4468cc2b
Author: Vasily Litvinov <vasslitvinov at pisem.net>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M slave/buildslave/runprocess.py
Log Message:
-----------
Fixed an issue when stop() was raising an exception incorrectly if timeout for buildstep was None (this for example stopped log watcher from correctly closing file handles) because self.timer was re-used for entirely different purpose but stop() code was unaware of such use
Commit: 6e1d6de6d5cf6cdd1f1e2e92bc3c9583f11f7dc0
https://github.com/buildbot/buildbot/commit/6e1d6de6d5cf6cdd1f1e2e92bc3c9583f11f7dc0
Author: Vasily Litvinov <vasslitvinov at pisem.net>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M master/docs/relnotes/0.8.8.rst
M slave/buildslave/runprocess.py
Log Message:
-----------
* Renamed some timers to be more understandable
* Added a note in 0.8.8 release notes about the fix
Commit: e7ca810c658a7e08ee65cee235bb3946c9d42459
https://github.com/buildbot/buildbot/commit/e7ca810c658a7e08ee65cee235bb3946c9d42459
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M master/docs/relnotes/index.rst
M slave/buildslave/runprocess.py
Log Message:
-----------
Merge branch 'slave_timer_fix' of git://github.com/JustAMan/buildbot
Compare: https://github.com/buildbot/buildbot/compare/bcb56f7f8d09...e7ca810c658a
More information about the Commits
mailing list