[Buildbot-commits] buildbot ChangeLog,1.728,1.729

Brian Warner warner at users.sourceforge.net
Fri Sep 15 14:48:55 UTC 2006


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

Modified Files:
	ChangeLog 
Log Message:
[project @ enhance IStatusLog.readlines to accept a channel= argument]

Original author: warner at lothar.com
Date: 2006-09-08 21:55:02

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.728
retrieving revision 1.729
diff -u -d -r1.728 -r1.729
--- ChangeLog	15 Sep 2006 14:48:44 -0000	1.728
+++ ChangeLog	15 Sep 2006 14:48:53 -0000	1.729
@@ -1,8 +1,10 @@
 2006-09-08  Brian Warner  <warner at lothar.com>
 
 	* buildbot/interfaces.py (IStatusLog.readlines): make it easier to
-	walk through StatusLogs one line at a time, mostly for the benefit of
-	ShellCommand.createSummary methods.
+	walk through StatusLogs one line at a time, mostly for the benefit
+	of ShellCommand.createSummary methods. You can either walk through
+	STDOUT or STDERR, but the default is STDOUT.
+
 	* buildbot/status/builder.py (LogFile.readlines): implement it.
 	Note that this is not yet memory-efficient, it just pulls the
 	whole file into RAM and then splits it up with a StringIO.





More information about the Commits mailing list