[Buildbot-commits] buildbot ChangeLog,1.1032,1.1033

Brian Warner warner at users.sourceforge.net
Fri Mar 21 01:32:02 UTC 2008


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

Modified Files:
	ChangeLog 
Log Message:
[project @ clean up scheduler.Triggerable and friends]

Original author: warner at lothar.com
Date: 2008-03-21 01:30:30+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1032
retrieving revision 1.1033
diff -u -d -r1.1032 -r1.1033
--- ChangeLog	21 Mar 2008 00:07:06 -0000	1.1032
+++ ChangeLog	21 Mar 2008 01:31:59 -0000	1.1033
@@ -1,5 +1,14 @@
 2008-03-20  Brian Warner  <warner at lothar.com>
 
+	* buildbot/scheduler.py (Triggerable): cleanup: wrap docstring
+	* buildbot/steps/trigger.py (Trigger): cleanup: rename schedulers=
+	to schedulerNames=, make updateSourceStamp=True by default, tolerate
+	missing got_revision property (i.e. if updateSourceStamp=True but
+	there was no checkout/update step run), add TODO notes for further
+	cleanup.
+	* buildbot/test/test_run.py (Triggers): update to match
+	* docs/buildbot.texinfo (Build Dependencies): same
+
 	* buildbot/slave/commands.py (SVN.doVCFull): merge Dustin's patch:
 	add --no-auth-cache option to svn invocations to avoid caching
 	buildbot's credentials. This also helps when users run a





More information about the Commits mailing list