[Buildbot-commits] [buildbot/buildbot] e3c73c: Add a shutdown method where it belongs

noreply at github.com noreply at github.com
Sat Dec 11 17:33:39 UTC 2010


Branch: refs/heads/master
Home:   https://github.com/buildbot/buildbot

Commit: e3c73c936f6841edeb42aef10def4e92d19543f7
    https://github.com/buildbot/buildbot/commit/e3c73c936f6841edeb42aef10def4e92d19543f7
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2010-12-11 (Sat, 11 Dec 2010)

Changed paths:
  M slave/buildslave/bot.py
  M slave/buildslave/test/unit/test_bot.py

Log Message:
-----------
Add a shutdown method where it belongs

That is, on the slave's Bot class, not on the SlaveBuilder class.  The
existing method is left in place.  The new method also tries to finish
the PB invocation before shutting down.  Refs #429


Commit: 88f3e43c8bb85760399da5aa2abe4d401564dc1c
    https://github.com/buildbot/buildbot/commit/88f3e43c8bb85760399da5aa2abe4d401564dc1c
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2010-12-11 (Sat, 11 Dec 2010)

Changed paths:
  M master/buildbot/master.py

Log Message:
-----------
remove unused master.shutdownSlaves method


Commit: 74f27204e2e632752d97c7dedc6079e21b87e230
    https://github.com/buildbot/buildbot/commit/74f27204e2e632752d97c7dedc6079e21b87e230
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2010-12-11 (Sat, 11 Dec 2010)

Changed paths:
  M master/buildbot/buildslave.py
  M slave/buildslave/bot.py

Log Message:
-----------
Call the new Bot.shutdown method, if available

Falls back to the old SlaveBuilder.shutdown method if not.
Fixes #429






More information about the Commits mailing list