[Buildbot-commits] buildbot/docs buildbot.texinfo,1.101,1.102
Brian Warner
warner at users.sourceforge.net
Wed Jul 4 05:09:44 UTC 2007
Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31546/docs
Modified Files:
buildbot.texinfo
Log Message:
[project @ ShellCommand: allow workdir= to be a WithProperties. Closes #43.]
Original author: warner at lothar.com
Date: 2007-07-04 05:08:34+00:00
Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- buildbot.texinfo 3 Jul 2007 19:21:29 -0000 1.101
+++ buildbot.texinfo 4 Jul 2007 05:09:42 -0000 1.102
@@ -3970,7 +3970,10 @@
You can use build properties in ShellCommands by using the
@code{WithProperties} wrapper when setting the arguments of the
ShellCommand. This interpolates the named build properties into the
-generated shell command.
+generated shell command. You can also use a @code{WithProperties} as
+the @code{workdir=} argument: this allows the working directory for a
+command to be varied for each build, depending upon various build
+properties.
@example
from buildbot.steps.shell import ShellCommand, WithProperties
More information about the Commits
mailing list