[Buildbot-commits] buildbot ChangeLog,1.439,1.440

Brian Warner warner at users.sourceforge.net
Tue May 17 04:41:00 UTC 2005


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

Modified Files:
	ChangeLog 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-185
Creator:  Brian Warner <warner at monolith.lothar.com>

add retry-VC-checkout control (SF#1200395)

Patches applied:

 * warner at monolith.lothar.com--2005/buildbot--dev--0--patch-29
   Merged from arch at buildbot.sf.net--2004 (patch 175-184)

 * warner at monolith.lothar.com--2005/buildbot--dev--0--patch-30
   add retry-VC-checkout control (SF#1200395)


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.439
retrieving revision 1.440
diff -u -d -r1.439 -r1.440
--- ChangeLog	17 May 2005 03:36:55 -0000	1.439
+++ ChangeLog	17 May 2005 04:40:58 -0000	1.440
@@ -1,5 +1,15 @@
 2005-05-16  Brian Warner  <warner at lothar.com>
 
+	* buildbot/process/step.py (Source): add 'retry' argument. It is a
+	tuple of (delay, repeats).
+	* buildbot/test/test_vc.py (Retry): test it
+	* docs/buildbot.texinfo (Source Checkout): document it
+	* buildbot/slave/commands.py (SourceBase): add 'retry' parameter.
+	(SourceBase.maybeDoVCRetry): If 'retry' is set, failures in
+	doVCFull() are handled by re-trying the checkout (after a delay)
+	some number of times.
+	(ShellCommand._startCommand): make header lines easier to read
+
 	* buildbot/test/test_web.py (WebTest.tearDown): factor out master
 	shutdown
 	(WebTest.test_logfile): make sure master gets shut down, silences





More information about the Commits mailing list