[Buildbot-commits] buildbot ChangeLog,1.300,1.301
Brian Warner
warner at users.sourceforge.net
Sun Nov 7 20:32:51 UTC 2004
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17493
Modified Files:
ChangeLog
Log Message:
(Builder._detached): clear the self.currentBuild reference, otherwise the
next build will be skipped because we think the Builder is already in use.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- ChangeLog 7 Nov 2004 20:09:07 -0000 1.300
+++ ChangeLog 7 Nov 2004 20:32:48 -0000 1.301
@@ -1,5 +1,9 @@
2004-11-07 Brian Warner <warner at lothar.com>
+ * buildbot/process/builder.py (Builder._detached): clear the
+ self.currentBuild reference, otherwise the next build will be
+ skipped because we think the Builder is already in use.
+
* docs/examples/twisted_master.cfg: update to match current usage
on the Twisted buildbot
More information about the Commits
mailing list