[Buildbot-commits] buildbot ChangeLog,1.867,1.868
Brian Warner
warner at users.sourceforge.net
Wed Jul 4 05:52:06 UTC 2007
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15887
Modified Files:
ChangeLog
Log Message:
[project @ ShellCommand: log the environment with one variable per line, instead of a single very long line]
Original author: warner at lothar.com
Date: 2007-07-04 05:43:04+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.867
retrieving revision 1.868
diff -u -d -r1.867 -r1.868
--- ChangeLog 4 Jul 2007 05:09:47 -0000 1.867
+++ ChangeLog 4 Jul 2007 05:52:03 -0000 1.868
@@ -1,5 +1,12 @@
2007-07-03 Brian Warner <warner at lothar.com>
+ * buildbot/slave/commands.py (ShellCommand._startCommand): when
+ logging the environment variables, put one variable on each line,
+ rather than having one really long line with all of them. This
+ should make them a bit more readable and not trigger the
+ horizontal scrollbar (when viewing it in a web browser) quite so
+ much. Thanks to Albert Hofkamp for the patch.
+
* buildbot/steps/shell.py (ShellCommand): allow workdir= to be a
WithProperties instance. Thanks to Axel Hecht for the patch.
Closes #43.
More information about the Commits
mailing list