[Buildbot-commits] buildbot ChangeLog,1.306,1.307

Brian Warner warner at users.sourceforge.net
Thu Nov 11 20:47:18 UTC 2004


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

Modified Files:
	ChangeLog 
Log Message:
* buildbot/status/builder.py (LogFile.addEntry): smarter way to do it: one
string merge per chunk. There are now separate .entries and .runEntries
lists: when enumerating over all chunks, make sure to look at both.
* buildbot/test/test_status.py (Log): more tests


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -d -r1.306 -r1.307
--- ChangeLog	11 Nov 2004 19:31:15 -0000	1.306
+++ ChangeLog	11 Nov 2004 20:47:15 -0000	1.307
@@ -1,5 +1,11 @@
 2004-11-11  Brian Warner  <warner at lothar.com>
 
+	* buildbot/status/builder.py (LogFile.addEntry): smarter way to do
+	it: one string merge per chunk. There are now separate .entries
+	and .runEntries lists: when enumerating over all chunks, make sure
+	to look at both.
+	* buildbot/test/test_status.py (Log): more tests
+
 	* buildbot/status/builder.py (LogFile.addEntry): Merge string
 	chunks together, up to 10kb per chunk. This ought to cut down on
 	the CPU-burning overhead of large log files. Thanks to Alexander





More information about the Commits mailing list