[Buildbot-commits] buildbot ChangeLog,1.710,1.711
Brian Warner
warner at users.sourceforge.net
Mon Aug 21 00:43:32 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4538
Modified Files:
ChangeLog
Log Message:
[project @ docs: update to use f.addStep rather than using s() and the constructor list]
Original author: warner at lothar.com
Date: 2006-08-21 00:41:56
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.710
retrieving revision 1.711
diff -u -d -r1.710 -r1.711
--- ChangeLog 21 Aug 2006 00:43:20 -0000 1.710
+++ ChangeLog 21 Aug 2006 00:43:29 -0000 1.711
@@ -7,6 +7,9 @@
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.
+ (Build Steps): update to use f.addStep() rather than using s()
+ and the constructor list
+
* buildbot/process/step.py (ShellCommand): accept either a single
string or a list of strings in both description= and
descriptionDone=
More information about the Commits
mailing list