[Buildbot-commits] buildbot ChangeLog,1.434,1.435

Brian Warner warner at users.sourceforge.net
Mon May 16 00:16:30 UTC 2005


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

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

fix HTMLLog to match new LogFile behavior

	* buildbot/status/builder.py (HTMLLogFile): make this behave like
	the new LogFile class, so upgrading works properly
	* buildbot/test/test_web.py (WebTest.test_logfile): validate HTML
	logs too
	* buildbot/test/test_status.py (Log.testAdd): validate hasContents
	(Log.testUpgrade): same


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.434
retrieving revision 1.435
diff -u -d -r1.434 -r1.435
--- ChangeLog	15 May 2005 23:51:19 -0000	1.434
+++ ChangeLog	16 May 2005 00:16:28 -0000	1.435
@@ -1,5 +1,12 @@
 2005-05-15  Brian Warner  <warner at lothar.com>
 
+	* buildbot/status/builder.py (HTMLLogFile): make this behave like
+	the new LogFile class, so upgrading works properly
+	* buildbot/test/test_web.py (WebTest.test_logfile): validate HTML
+	logs too
+	* buildbot/test/test_status.py (Log.testAdd): validate hasContents
+	(Log.testUpgrade): same
+
 	* docs/buildbot.texinfo (Maintenance): describe how to delete old
 	Builds and logs with a cron job.
 





More information about the Commits mailing list