[Buildbot-commits] buildbot/buildbot scheduler.py,1.21,1.22

Brian Warner warner at users.sourceforge.net
Sun Nov 26 08:05:26 UTC 2006


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

Modified Files:
	scheduler.py 
Log Message:
[project @ scheduler.Nightly: improve docs slightly]

Original author: warner at lothar.com
Date: 2006-11-26 07:52:08

Index: scheduler.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/scheduler.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- scheduler.py	30 Sep 2006 22:36:22 -0000	1.21
+++ scheduler.py	26 Nov 2006 08:05:24 -0000	1.22
@@ -389,7 +389,9 @@
                  month=12, dayOfMonth=24, hour=12, minute=0)
 
     For dayOfWeek and dayOfMonth, builds are triggered if the date matches
-    either of them.  Month and day numbers start at 1, not zero.
+    either of them. All time values are compared against the tuple returned
+    by time.localtime(), so month and dayOfMonth numbers start at 1, not
+    zero. dayOfWeek=0 is Monday, dayOfWeek=6 is Sunday.
     """
 
     compare_attrs = ('name', 'builderNames',





More information about the Commits mailing list