[Buildbot-commits] [Buildbot] #1961: Better monkey-patching architecture
Buildbot
nobody at buildbot.net
Sat May 14 15:04:54 UTC 2011
#1961: Better monkey-patching architecture
------------------------+--------------------
Reporter: dustin | Owner: dustin
Type: enhancement | Status: new
Priority: major | Milestone: 0.8.4
Version: 0.8.3p1 | Keywords:
------------------------+--------------------
We currently monkey-patch Twisted from {{{buildbot/__init__.py}}}, which
gets imported during setup.py, when Twisted may not be available. Also,
logging is not available at that point, so any messages about success or
failure are not seen by the user.
We should try to do this a little bit later. A good option is
{{{BuildMaster.startProcess}}}, but maybe that's too late?
--
Ticket URL: <http://trac.buildbot.net/ticket/1961>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list