[Buildbot-commits] buildbot ChangeLog,1.297,1.298
Brian Warner
warner at users.sourceforge.net
Thu Oct 28 07:27:22 UTC 2004
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26055
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -d -r1.297 -r1.298
--- ChangeLog 19 Oct 2004 18:42:11 -0000 1.297
+++ ChangeLog 28 Oct 2004 07:27:19 -0000 1.298
@@ -1,3 +1,15 @@
+2004-10-28 Brian Warner <warner at lothar.com>
+
+ * buildbot/slave/commands.py (SourceBase): refactor subclasses to
+ have separate doVCUpdate/doVCFull methods. Catch an update failure
+ and respond by clobbering the source directory and re-trying. This
+ will handle local changes (like replacing a file with a directory)
+ that will cause CVS and SVN updates to fail.
+ * buildbot/test/test_vc.py (SetupMixin.do_vc): test the same
+
+ * buildbot/process/step.py (LoggedRemoteCommand.__repr__): avoid a
+ python-2.4 warning
+
2004-10-19 Brian Warner <warner at lothar.com>
* buildbot/process/step_twisted.py (Trial.createSummary): bugfixes
More information about the Commits
mailing list