[Buildbot-commits] buildbot ChangeLog,1.554,1.555 Makefile,1.16,1.17

Brian Warner warner at users.sourceforge.net
Fri Nov 25 00:36:43 UTC 2005


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

Modified Files:
	ChangeLog Makefile 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-432
Creator:  Brian Warner <warner at lothar.com>

fix loadConfig_Sources to remove all old ones before adding new ones

	* Makefile (TRIALARGS): update to handle Twisted > 2.1.0

	* buildbot/master.py (BuildMaster.loadConfig_Sources): remove all
	deleted ChangeSources before adding any new ones
	* buildbot/changes/freshcvs.py (FreshCVSSourceNewcred): fix
	compare_attrs, to make sure that a config-file reload does not
	unnecessarily replace an unmodified ChangeSource instance
	* buildbot/test/test_config.py (ConfigTest.testSources): update


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.554
retrieving revision 1.555
diff -u -d -r1.554 -r1.555
--- ChangeLog	24 Nov 2005 23:59:25 -0000	1.554
+++ ChangeLog	25 Nov 2005 00:36:41 -0000	1.555
@@ -1,5 +1,14 @@
 2005-11-24  Brian Warner  <warner at lothar.com>
 
+	* Makefile (TRIALARGS): update to handle Twisted > 2.1.0
+
+	* buildbot/master.py (BuildMaster.loadConfig_Sources): remove all
+	deleted ChangeSources before adding any new ones
+	* buildbot/changes/freshcvs.py (FreshCVSSourceNewcred): fix
+	compare_attrs, to make sure that a config-file reload does not
+	unnecessarily replace an unmodified ChangeSource instance
+	* buildbot/test/test_config.py (ConfigTest.testSources): update
+
 	* buildbot/scheduler.py (AnyBranchScheduler): fix branches=[] to
 	mean "don't build anything", and add a warning if it gets used
 	because it isn't actually useful.

Index: Makefile
===================================================================
RCS file: /cvsroot/buildbot/buildbot/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Makefile	25 Oct 2005 03:15:34 -0000	1.16
+++ Makefile	25 Nov 2005 00:36:41 -0000	1.17
@@ -3,8 +3,10 @@
 # process a little bit. This Makefile is not included in the source tarball.
 
 BBBASE = $(PWD)
+TRIALARGS=-v
 ifdef SVN
 T=~/stuff/python/twisted/Twisted
+TRIALARGS=--reporter=verbose
 else
 T=
 endif
@@ -15,7 +17,6 @@
 
 .PHONY: test
 TRIAL=trial
-TRIALARGS=-v
 TEST=buildbot.test
 test:
 	$(PP) $(TRIAL) $(TRIALARGS) $(TEST)





More information about the Commits mailing list