[Buildbot-commits] buildbot ChangeLog,1.900,1.901

Brian Warner warner at users.sourceforge.net
Tue Aug 7 20:23:41 UTC 2007


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

Modified Files:
	ChangeLog 
Log Message:
[project @ have BuildSlaves track their associated SlaveBuilders]

Original author: warner at lothar.com
Date: 2007-08-07 19:59:19+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.900
retrieving revision 1.901
diff -u -d -r1.900 -r1.901
--- ChangeLog	7 Aug 2007 19:48:54 -0000	1.900
+++ ChangeLog	7 Aug 2007 20:23:39 -0000	1.901
@@ -1,10 +1,19 @@
 2007-08-07  Brian Warner  <warner at lothar.com>
 
+	* buildbot/buildslave.py (BuildSlave.addSlaveBuilder): third patch
+	from #48, this one to have the BuildSlave objects track
+	SlaveBuilders, so they'll be able to use that knowledge to
+	influence their canStartBuild() response.
+	* buildbot/process/builder.py (SlaveBuilder.attached): call it
+	(SlaveBuilder.detached): same
+	* buildbot/test/test_slaves.py (BuildSlave): test it
+
 	* buildbot/buildslave.py (BuildSlave.canStartBuild): incorporate
 	the second of Dustin's #48 patches, this one adding a method to
 	the BuildSlave that allows it to decide whether it is willing to
 	participate in a build or not.
 	(SlaveBuilder.isAvailable): use canStartBuild() to decide
+
 	* buildbot/test/test_run.py (CanStartBuild): test for it
 
 	* all: incorporate the first of four patches by Dustin Mitchell





More information about the Commits mailing list