[Buildbot-commits] buildbot/docs buildbot.texinfo,1.99,1.100
Brian Warner
warner at users.sourceforge.net
Mon Jul 2 17:50:19 UTC 2007
Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29340/docs
Modified Files:
buildbot.texinfo
Log Message:
[project @ choose slaves randomly rather than always picking the first one, closes #36]
Original author: warner at lothar.com
Date: 2007-07-02 17:49:12+00:00
Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- buildbot.texinfo 18 Jun 2007 02:52:49 -0000 1.99
+++ buildbot.texinfo 2 Jul 2007 17:50:17 -0000 1.100
@@ -478,8 +478,8 @@
may be multiple requests to build the current HEAD revision). These
requests are merged into a single Build instance, which includes the
SourceStamp that describes what exact version of the source code
-should be used for the build. The Build is then assigned to a
-SlaveBuilder and the build begins.
+should be used for the build. The Build is then randomly assigned to a
+free SlaveBuilder and the build begins.
@node Status Delivery Architecture, , Buildmaster Architecture, System Architecture
More information about the Commits
mailing list