[Buildbot-commits] buildbot/buildbot/slave commands.py,1.88,1.89

Brian Warner warner at users.sourceforge.net
Thu Nov 29 09:35:22 UTC 2007


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

Modified Files:
	commands.py 
Log Message:
[project @ mercurial: another fallback improvement, if the checkout fails, don't try the update -r]

Original author: warner at lothar.com
Date: 2007-11-29 09:34:20+00:00

Index: commands.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/commands.py,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- commands.py	29 Nov 2007 07:53:52 -0000	1.88
+++ commands.py	29 Nov 2007 09:35:20 -0000	1.89
@@ -2221,6 +2221,7 @@
                          sendRC=False, timeout=self.timeout)
         self.command = c
         d = c.start()
+        d.addCallback(self._abandonOnFailure)
         d.addCallback(self._updateToDesiredRevision)
         return d
 





More information about the Commits mailing list