[Buildbot-commits] buildbot ChangeLog,1.733,1.734
Brian Warner
warner at users.sourceforge.net
Fri Sep 15 14:50:25 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22262
Modified Files:
ChangeLog
Log Message:
[project @ scheduler: add more asserts]
Original author: warner at lothar.com
Date: 2006-09-12 18:55:51
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.733
retrieving revision 1.734
diff -u -d -r1.733 -r1.734
--- ChangeLog 15 Sep 2006 14:50:17 -0000 1.733
+++ ChangeLog 15 Sep 2006 14:50:23 -0000 1.734
@@ -1,5 +1,11 @@
2006-09-12 Brian Warner <warner at lothar.com>
+ * buildbot/scheduler.py (Scheduler.__init__): make sure that
+ builderNames= is actually a sequence, since if you happen to give
+ it a single builder-specification dictionary instead, it won't get
+ caught by the existing assert. Thanks to Brett Neely for the
+ catch.
+
* buildbot/steps/python.py (BuildEPYDoc, PyFlakes): add new steps. No
tests yet, alas.
* docs/buildbot.texinfo (Python BuildSteps): document them
More information about the Commits
mailing list