[Buildbot-commits] buildbot/docs buildbot.texinfo,1.100,1.101

Brian Warner warner at users.sourceforge.net
Tue Jul 3 19:21:32 UTC 2007


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

Modified Files:
	buildbot.texinfo 
Log Message:
[project @ buildbot.texinfo: correct the description of Dependent schedulers]

Original author: warner at lothar.com
Date: 2007-07-03 19:21:12+00:00

Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- buildbot.texinfo	2 Jul 2007 17:50:17 -0000	1.100
+++ buildbot.texinfo	3 Jul 2007 19:21:29 -0000	1.101
@@ -2096,11 +2096,10 @@
 follows multiple branches at once. Each branch gets a separate timer.
 
 @item Dependent
-This scheduler watches an ``upstream'' Builder. When that Builder
-successfully builds a particular set of Changes, it triggers builds of
-the same code on a configured set of ``downstream'' builders. The next
-section (@pxref{Build Dependencies}) describes this scheduler in more
-detail.
+This scheduler watches an ``upstream'' Scheduler. When all the
+Builders launched by that Scheduler successfully finish, the Dependent
+scheduler is triggered. The next section (@pxref{Build Dependencies})
+describes this scheduler in more detail.
 
 @item Periodic
 This simple scheduler just triggers a build every N seconds.





More information about the Commits mailing list