[Buildbot-commits] buildbot ChangeLog,1.556,1.557
Brian Warner
warner at users.sourceforge.net
Fri Nov 25 23:26:37 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9304
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-436
Creator: Brian Warner <warner at lothar.com>
fix AnyBranchScheduler when fileIsImportant=None
* buildbot/scheduler.py (Scheduler): change fileIsImportant
handling: treat self.fileIsImportant more as an attribute that
contains a callable than as a method. If the attribute is None,
don't call it and assume all filenames are important. It is still
possible to provide a fileIsImportant method in a subclass,
however.
(AnyBranchScheduler): handle fileIsImportant=None, previously it
was broken
* buildbot/test/test_scheduler.py (Scheduling.testAnyBranch2):
test using AnyBranchScheduler with fileIsImportant=None
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.556
retrieving revision 1.557
diff -u -d -r1.556 -r1.557
--- ChangeLog 25 Nov 2005 01:25:11 -0000 1.556
+++ ChangeLog 25 Nov 2005 23:26:35 -0000 1.557
@@ -1,3 +1,16 @@
+2005-11-25 Brian Warner <warner at lothar.com>
+
+ * buildbot/scheduler.py (Scheduler): change fileIsImportant
+ handling: treat self.fileIsImportant more as an attribute that
+ contains a callable than as a method. If the attribute is None,
+ don't call it and assume all filenames are important. It is still
+ possible to provide a fileIsImportant method in a subclass,
+ however.
+ (AnyBranchScheduler): handle fileIsImportant=None, previously it
+ was broken
+ * buildbot/test/test_scheduler.py (Scheduling.testAnyBranch2):
+ test using AnyBranchScheduler with fileIsImportant=None
+
2005-11-24 Brian Warner <warner at lothar.com>
* buildbot/test/test_config.py (StartService): don't claim a fixed
More information about the Commits
mailing list