[Buildbot-commits] buildbot ChangeLog,1.334,1.335

Brian Warner warner at users.sourceforge.net
Thu Dec 9 10:24:59 UTC 2004


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

Modified Files:
	ChangeLog 
Log Message:
* buildbot/process/step_twisted.py (Trial._commandComplete):
update self.cmd when we start the 'cat test.log' transfer. Without
this, we cannot interrupt the correct RemoteCommand when we lose
the connection.

* buildbot/process/step.py (RemoteCommand.interrupt): don't bother
trying to tell the slave to stop the command if we're already
inactive, or if we no longer have a .remote

* buildbot/process/builder.py (Builder._detached): don't let an
exception in currentBuild.stopBuild() prevent the builder from
being marked offline


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.334
retrieving revision 1.335
diff -u -d -r1.334 -r1.335
--- ChangeLog	8 Dec 2004 04:15:24 -0000	1.334
+++ ChangeLog	9 Dec 2004 10:24:56 -0000	1.335
@@ -1,3 +1,18 @@
+2004-12-09  Brian Warner  <warner at lothar.com>
+
+	* buildbot/process/step_twisted.py (Trial._commandComplete):
+	update self.cmd when we start the 'cat test.log' transfer. Without
+	this, we cannot interrupt the correct RemoteCommand when we lose
+	the connection.
+
+	* buildbot/process/step.py (RemoteCommand.interrupt): don't bother
+	trying to tell the slave to stop the command if we're already
+	inactive, or if we no longer have a .remote
+
+	* buildbot/process/builder.py (Builder._detached): don't let an
+	exception in currentBuild.stopBuild() prevent the builder from
+	being marked offline
+
 2004-12-07  Brian Warner  <warner at lothar.com>
 
 	* buildbot/status/words.py (IrcStatusBot.getBuilder): catch the





More information about the Commits mailing list