[Buildbot-commits] buildbot ChangeLog,1.367,1.368

Brian Warner warner at users.sourceforge.net
Fri Apr 22 18:41:04 UTC 2005


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

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

fix win32 error in slave-side VC fallback copy/clobber

* buildbot/slave/commands.py (SourceBase.doClobber): when removing
the previous tree on win32, where we have to do it synchronously,
make sure we return a Deferred anyway.
(SourceBase.doCopy): same


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.367
retrieving revision 1.368
diff -u -d -r1.367 -r1.368
--- ChangeLog	22 Apr 2005 07:36:00 -0000	1.367
+++ ChangeLog	22 Apr 2005 18:41:01 -0000	1.368
@@ -1,5 +1,10 @@
 2005-04-22  Brian Warner  <warner at lothar.com>
 
+	* buildbot/slave/commands.py (SourceBase.doClobber): when removing
+	the previous tree on win32, where we have to do it synchronously,
+	make sure we return a Deferred anyway.
+	(SourceBase.doCopy): same
+
 	* buildbot/scripts/runner.py (statusgui): use the text client for
 	now, while I rewrite the Gtk one
 	* buildbot/clients/base.py: strip out old code, leaving just the





More information about the Commits mailing list