[Buildbot-commits] [buildbot/buildbot] 0db995: Move monkeypatching to $top_object.startService

noreply at github.com noreply at github.com
Mon May 16 22:36:40 UTC 2011


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

Commit: 0db9958412fb01b7de9a5d9db570cb254b894ec9
    https://github.com/buildbot/buildbot/commit/0db9958412fb01b7de9a5d9db570cb254b894ec9
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2011-05-16 (Mon, 16 May 2011)

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

Log Message:
-----------
Move monkeypatching to $top_object.startService

This should allow setup.py to import buildbot or buildslave without
invoking the monkey-patching, while not loading things so late as to not
be useful.  Hopefully.  Fixes #1961.






More information about the Commits mailing list