[Buildbot-commits] buildbot ChangeLog,1.497,1.498
    Brian Warner 
    warner at users.sourceforge.net
       
    Wed Aug 31 02:26:36 UTC 2005
    
    
  
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22158
Modified Files:
	ChangeLog 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-305
Creator:  Brian Warner <warner at lothar.com>
replace the overwriting-old-LogFile assertion with a warning
	* buildbot/status/builder.py (LogFile): remove the assertion that
	blows up when you try to overwrite an existing logfile, instead
	just emit a warning. This case gets hit when the buildmaster is
	killed and doesn't get a chance to write out the serialized
	BuilderStatus object, so the .nextBuildNumber attribute gets out
	of date.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.497
retrieving revision 1.498
diff -u -d -r1.497 -r1.498
--- ChangeLog	31 Aug 2005 02:26:21 -0000	1.497
+++ ChangeLog	31 Aug 2005 02:26:34 -0000	1.498
@@ -1,5 +1,12 @@
 2005-08-30  Brian Warner  <warner at lothar.com>
 
+	* buildbot/status/builder.py (LogFile): remove the assertion that
+	blows up when you try to overwrite an existing logfile, instead
+	just emit a warning. This case gets hit when the buildmaster is
+	killed and doesn't get a chance to write out the serialized
+	BuilderStatus object, so the .nextBuildNumber attribute gets out
+	of date.
+
 	* buildbot/scripts/runner.py (sendchange): add --revision_file to
 	the 'buildbot sendchange' arguments, for the Darcs context file
 	* docs/buildbot.texinfo (sendchange): document it
    
    
More information about the Commits
mailing list