[Buildbot-commits] buildbot ChangeLog,1.736,1.737
Brian Warner
warner at users.sourceforge.net
Sun Sep 17 20:43:41 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29142
Modified Files:
ChangeLog
Log Message:
[project @ improve error messages when c['schedulers'] are broken]
Original author: warner at lothar.com
Date: 2006-09-17 20:32:53
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.736
retrieving revision 1.737
diff -u -d -r1.736 -r1.737
--- ChangeLog 17 Sep 2006 20:39:36 -0000 1.736
+++ ChangeLog 17 Sep 2006 20:43:39 -0000 1.737
@@ -1,5 +1,12 @@
2006-09-17 Brian Warner <warner at lothar.com>
+ * buildbot/master.py (BuildMaster.loadConfig): improve the error
+ message logged when c['schedulers'] is not right
+ * buildbot/scheduler.py (Scheduler.__init__): improve error
+ message when a Scheduler() is created with the wrong arguments
+ * buildbot/test/test_config.py (ConfigTest.testSchedulerErrors):
+ verify that these error messages are emitted
+
* buildbot/process/buildstep.py: rename step.py to buildstep.py .
The idea is that all the base classes (like BuildStep and
RemoteCommand and LogObserver) live in b.p.buildstep, and b.p.step
More information about the Commits
mailing list