[Buildbot-commits] buildbot ChangeLog,1.320,1.321
Brian Warner
warner at users.sourceforge.net
Sat Dec 4 21:02:06 UTC 2004
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14277
Modified Files:
ChangeLog
Log Message:
* buildbot/slave/bot.py: clean up shutdown/lose-master code
(SlaveBuilder): make some attributes class-level, remove the old
"update queue" which existed to support resuming a build after the
master connection was lost. Try to reimplement that feature later.
(SlaveBuilder.stopCommand): clear self.command when the
SlaveCommand finishes, so that we don't try to kill a leftover one
at shutdown time.
(SlaveBuilder.commandComplete): same, merge with commandFailed and
.finishCommand
* buildbot/slave/commands.py (SourceBase): set self.command for
all VC commands, so they can be interrupted.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.320
retrieving revision 1.321
diff -u -d -r1.320 -r1.321
--- ChangeLog 3 Dec 2004 22:54:50 -0000 1.320
+++ ChangeLog 4 Dec 2004 21:02:04 -0000 1.321
@@ -1,3 +1,18 @@
+2004-12-04 Brian Warner <warner at lothar.com>
+
+ * buildbot/slave/bot.py: clean up shutdown/lose-master code
+ (SlaveBuilder): make some attributes class-level, remove the old
+ "update queue" which existed to support resuming a build after the
+ master connection was lost. Try to reimplement that feature later.
+ (SlaveBuilder.stopCommand): clear self.command when the
+ SlaveCommand finishes, so that we don't try to kill a leftover one
+ at shutdown time.
+ (SlaveBuilder.commandComplete): same, merge with commandFailed and
+ .finishCommand
+
+ * buildbot/slave/commands.py (SourceBase): set self.command for
+ all VC commands, so they can be interrupted.
+
2004-12-03 Brian Warner <warner at lothar.com>
* buildbot/master.py: clean up slave-handling code, to handle
More information about the Commits
mailing list