[Buildbot-commits] buildbot/buildbot master.py,1.72,1.73
Brian Warner
warner at users.sourceforge.net
Sun May 22 02:16:16 UTC 2005
Update of /cvsroot/buildbot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6844/buildbot
Modified Files:
master.py
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-214
Creator: Brian Warner <warner at monolith.lothar.com>
fix tests to run without a full Twisted-2.0.0 (Sumo) installation
* buildbot/test/test_runner.py (Create.testMaster): match the
rawstring change in runner.py:masterTAC
* buildbot/test/test_config.py (ConfigTest.testIRC): skip unless
TwistedWords is installed
* buildbot/test/test_status.py: same, with TwistedMail
* buildbot/master.py: remove old IRC/Waterfall imports (used by
some old, deprecated, and removed config keys). This should enable
you to use the base buildbot functionality with Twisted-2.0.0 when
you don't also have TwistedWeb and TwistedWords installed
Index: master.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/master.py,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- master.py 17 May 2005 10:14:10 -0000 1.72
+++ master.py 22 May 2005 02:16:14 -0000 1.73
@@ -27,8 +27,6 @@
from buildbot.process.interlock import Interlock
from buildbot.process.builder import Builder
from buildbot.status.builder import BuilderStatus, SlaveStatus, Status
-from buildbot.status.html import Waterfall
-from buildbot.status.words import IRC
from buildbot.changes.changes import Change, ChangeMaster
from buildbot import interfaces
More information about the Commits
mailing list