[Buildbot-commits] buildbot ChangeLog,1.453,1.454 Makefile,1.10,1.11

Brian Warner warner at users.sourceforge.net
Sun May 22 02:16:17 UTC 2005


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6844

Modified Files:
	ChangeLog Makefile 
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: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.453
retrieving revision 1.454
diff -u -d -r1.453 -r1.454
--- ChangeLog	22 May 2005 01:44:20 -0000	1.453
+++ ChangeLog	22 May 2005 02:16:14 -0000	1.454
@@ -1,3 +1,17 @@
+2005-05-21  Brian Warner  <warner at lothar.com>
+
+	* 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
+
 2005-05-20  Brian Warner  <warner at lothar.com>
 
 	* buildbot/scripts/runner.py (run): call sendchange(), not

Index: Makefile
===================================================================
RCS file: /cvsroot/buildbot/buildbot/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile	18 May 2005 01:59:54 -0000	1.10
+++ Makefile	22 May 2005 02:16:14 -0000	1.11
@@ -22,7 +22,7 @@
 #debuild -uc -us
 
 deb-snapshot:
-	debchange --newversion 0.6.4.snapshot.`date +%Y.%m.%d.%H.%M.%S` \
+	debchange --newversion `PYTHONPATH=. python -c "import buildbot; print buildbot.version"`.`date +%Y.%m.%d.%H.%M.%S` \
 	 "snapshot build"
 	debuild binary
 





More information about the Commits mailing list