[Buildbot-commits] buildbot ChangeLog,1.1046,1.1047
Brian Warner
warner at users.sourceforge.net
Sun Mar 23 00:36:58 UTC 2008
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7272
Modified Files:
ChangeLog
Log Message:
[project @ allow LogLineObserver to handle longer lines. Closes #201.]
Original author: warner at lothar.com
Date: 2008-03-23 00:35:51+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1046
retrieving revision 1.1047
diff -u -d -r1.1046 -r1.1047
--- ChangeLog 22 Mar 2008 22:50:34 -0000 1.1046
+++ ChangeLog 23 Mar 2008 00:36:56 -0000 1.1047
@@ -1,5 +1,12 @@
2008-03-22 Brian Warner <warner at lothar.com>
+ * buildbot/process/buildstep.py (LogLineObserver.setMaxLineLength):
+ new method to override the default 16KiB line length. Lines that
+ are longer than this will cause the rest of the log file to be
+ ignored. Thanks to Greg Ward for the patch. Closes #201.
+ * buildbot/test/test_buildstep.py: new tests for log observers
+ * docs/buildbot.texinfo (Adding LogObservers): document it
+
* buildbot/slave/commands.py (ShellCommand): record more
information in the 'header' section: how much we write into stdin,
do we close stdin, are we using a PTY. There are lingering
More information about the Commits
mailing list