[Buildbot-commits] buildbot ChangeLog,1.709,1.710
Brian Warner
warner at users.sourceforge.net
Mon Aug 21 00:43:22 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4503
Modified Files:
ChangeLog
Log Message:
[project @ accept either a single string or a list for ShellCommand description=]
This fixes SF#1524659, thanks to Paul Winkler for the catch.
Original author: warner at lothar.com
Date: 2006-08-21 00:38:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.709
retrieving revision 1.710
diff -u -d -r1.709 -r1.710
--- ChangeLog 20 Aug 2006 22:52:10 -0000 1.709
+++ ChangeLog 21 Aug 2006 00:43:20 -0000 1.710
@@ -1,5 +1,18 @@
2006-08-20 Brian Warner <warner at lothar.com>
+ * docs/buildbot.texinfo (ShellCommand.command=): explain why a
+ list of strings is preferred over a single string with embedded
+ spaces
+ (ShellCommand.description=): explain that either single strings or
+ a list of strings is acceptable, and why you might prefer one over
+ the other. Add an example. Fixes SF#1524659, thanks to Paul
+ Winkler for the catch.
+ * buildbot/process/step.py (ShellCommand): accept either a single
+ string or a list of strings in both description= and
+ descriptionDone=
+ * buildbot/test/test_steps.py (Steps.test_description): test it
+ * buildbot/test/runutils.py (makeBuildStep): support for that test
+
* contrib/CSS/*.css: add some contributed CSS stylesheets, to make
the Waterfall display a bit less ugly. Thanks to John O'Duinn for
collecting the files and creating the patch.
More information about the Commits
mailing list