[Buildbot-commits] buildbot ChangeLog,1.474,1.475
Brian Warner
warner at users.sourceforge.net
Wed Jul 20 05:07:55 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21704
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-258
Creator: Brian Warner <warner at lothar.com>
oops, update sanity-checking to handle Dependent instances
* buildbot/master.py (BuildMaster.loadConfig): oops, sanity-check
c['schedulers'] in such a way that we can actually accept
Dependent instances
* buildbot/test/test_config.py: check it
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.474
retrieving revision 1.475
diff -u -d -r1.474 -r1.475
--- ChangeLog 20 Jul 2005 04:49:07 -0000 1.474
+++ ChangeLog 20 Jul 2005 05:07:53 -0000 1.475
@@ -1,5 +1,10 @@
2005-07-19 Brian Warner <warner at lothar.com>
+ * buildbot/master.py (BuildMaster.loadConfig): oops, sanity-check
+ c['schedulers'] in such a way that we can actually accept
+ Dependent instances
+ * buildbot/test/test_config.py: check it
+
* buildbot/scheduler.py (Dependent.listBuilderNames): oops, add
utility method to *all* the Schedulers
(Periodic.listBuilderNames): same
More information about the Commits
mailing list