[Buildbot-commits] buildbot ChangeLog,1.557,1.558

Brian Warner warner at users.sourceforge.net
Sat Nov 26 02:09:26 UTC 2005


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

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

add cron-style 'scheduler.Nightly', thanks to Dobes Vandermeer

	* docs/buildbot.texinfo (Scheduler Types): give a few hints about
	what Schedulers are available

	* buildbot/scheduler.py (Nightly): add new Scheduler based upon
	work by Dobes Vandermeer and hacked mercilessly by me. This offers
	'cron'-style build scheduling at certain times of day, week,
	month, or year.
	* buildbot/test/test_scheduler.py (Scheduling.testNightly): test it


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.557
retrieving revision 1.558
diff -u -d -r1.557 -r1.558
--- ChangeLog	25 Nov 2005 23:26:35 -0000	1.557
+++ ChangeLog	26 Nov 2005 02:09:24 -0000	1.558
@@ -1,5 +1,14 @@
 2005-11-25  Brian Warner  <warner at lothar.com>
 
+	* docs/buildbot.texinfo (Scheduler Types): give a few hints about
+	what Schedulers are available
+
+	* buildbot/scheduler.py (Nightly): add new Scheduler based upon
+	work by Dobes Vandermeer and hacked mercilessly by me. This offers
+	'cron'-style build scheduling at certain times of day, week,
+	month, or year.
+	* buildbot/test/test_scheduler.py (Scheduling.testNightly): test it
+
 	* 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,





More information about the Commits mailing list