[Buildbot-commits] buildbot ChangeLog,1.1023,1.1024

Brian Warner warner at users.sourceforge.net
Thu Mar 20 17:43:16 UTC 2008


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

Modified Files:
	ChangeLog 
Log Message:
[project @ add ChangeLog for Dustin's patch: 'Schedulers that can be triggered by buildsteps'. Closes #56]

Original author: warner at lothar.com
Date: 2008-03-19 21:44:39+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1023
retrieving revision 1.1024
diff -u -d -r1.1023 -r1.1024
--- ChangeLog	18 Mar 2008 22:26:00 -0000	1.1023
+++ ChangeLog	20 Mar 2008 17:43:13 -0000	1.1024
@@ -1,3 +1,16 @@
+2008-03-19  Brian Warner  <warner at lothar.com>
+
+	* buildbot/scheduler.py (Triggerable): merge Dustin's patch: add
+	"Triggerable" Schedulers, to start builds at specific phases of
+	other builds rather than in response to source code changes or
+	periodic timers. These phases are marked by "Trigger" steps, which
+	are configured with a list of Triggerable schedulers that they
+	should fire. Closes #56.
+	* buildbot/steps/trigger.py (Trigger): buildstep to match
+	* buildbot/test/test_run.py (Triggers): test for it
+	* docs/buildbot.texinfo (Build Dependencies): document it
+	(Triggering Schedulers): same
+
 2008-03-18  Brian Warner  <warner at lothar.com>
 
 	* buildbot/interfaces.py (ISourceStamp.getAbsoluteSourceStamp):





More information about the Commits mailing list