[Buildbot-commits] buildbot ChangeLog,1.303,1.304
Brian Warner
warner at users.sourceforge.net
Mon Nov 8 21:20:09 UTC 2004
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2271
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -d -r1.303 -r1.304
--- ChangeLog 8 Nov 2004 09:50:17 -0000 1.303
+++ ChangeLog 8 Nov 2004 21:20:07 -0000 1.304
@@ -1,5 +1,20 @@
2004-11-08 Brian Warner <warner at lothar.com>
+ * buildbot/status/builder.py (BuilderStatus.saveYourself): w32
+ can't do os.rename() onto an existing file, so catch the exception
+ and unlink the target file first. This introduces a slight window
+ where the existing file could be lost, but the main failure case
+ (disk full) should still be handled safely.
+ (BuildStatus.saveYourself): same
+
+ * buildbot/changes/pb.py (ChangePerspective): use a configurable
+ separator character instead of os.sep, because the filenames being
+ split here are coming from the VC system, which can have a
+ different pathname convention than the local host. This should
+ help a buildmaster running on windows that uses a CVS repository
+ which runs under unix.
+ * buildbot/changes/mail.py (MaildirSource): same, for all parsers
+
* buildbot/process/step_twisted.py (Trial.createSummary): survive
when there are no test failures to be parsed
More information about the Commits
mailing list