[Buildbot-commits] buildbot ChangeLog,1.472,1.473

Brian Warner warner at users.sourceforge.net
Wed Jul 20 04:22:00 UTC 2005


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

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

add sanity checks to the config file parser

	* buildbot/master.py (BuildMaster.loadConfig): Add sanity checks
	to make sure that c['sources'], c['schedulers'], and c['status']
	are all lists of the appropriate objects, and that the Schedulers
	all point to real Builders
	* buildbot/test/test_config.py (ConfigTest.testSchedulers): test it


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.472
retrieving revision 1.473
diff -u -d -r1.472 -r1.473
--- ChangeLog	20 Jul 2005 03:27:07 -0000	1.472
+++ ChangeLog	20 Jul 2005 04:21:58 -0000	1.473
@@ -1,5 +1,14 @@
 2005-07-19  Brian Warner  <warner at lothar.com>
 
+	* buildbot/master.py (BuildMaster.loadConfig): Add sanity checks
+	to make sure that c['sources'], c['schedulers'], and c['status']
+	are all lists of the appropriate objects, and that the Schedulers
+	all point to real Builders
+	* buildbot/interfaces.py (IScheduler, IUpstreamScheduler): add
+	'listBuilderNames' utility method to support this
+	* buildbot/scheduler.py: implement the utility method
+	* buildbot/test/test_config.py (ConfigTest.testSchedulers): test it
+
 	* docs/buildbot.texinfo: add some @cindex entries
 
 	* buildbot/test/test_vc.py (Arch.createRepository): set the tla ID





More information about the Commits mailing list