[Buildbot-commits] buildbot ChangeLog,1.776,1.777
Brian Warner
warner at users.sourceforge.net
Fri Nov 24 07:16:44 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32669
Modified Files:
ChangeLog
Log Message:
[project @ Builder: avoid starting a build in the middle of reconfig]
Original author: warner at lothar.com
Date: 2006-11-24 06:22:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.776
retrieving revision 1.777
diff -u -d -r1.776 -r1.777
--- ChangeLog 24 Nov 2006 07:16:35 -0000 1.776
+++ ChangeLog 24 Nov 2006 07:16:42 -0000 1.777
@@ -1,3 +1,10 @@
+2006-11-24 Brian Warner <warner at lothar.com>
+
+ * buildbot/process/builder.py (Builder._attached): delay the call
+ to maybeStartBuild for a reactor turn, to avoid starting a build
+ in the middle of a reconfig (say, if the new Builder uses a new
+ slave which is already connected).
+
2006-11-23 Brian Warner <warner at lothar.com>
* buildbot/master.py (BuildMaster.loadConfig_Builders): changing a
More information about the Commits
mailing list