[Buildbot-devel] Accessing workdir from BuildFactory
Neil Hemingway
neil.hemingway at googlemail.com
Fri Aug 1 05:47:26 UTC 2008
BuildSteps get executed with a cwd of workdir, so you should be able to use:
f3.addStep(ShellCommand(command=["/Developer/usr/bin/packagemaker",
"--root", "myRoot"),
If necessary have packagemaker prepend it's cwd to its argument.
Neil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20080801/a166ce46/attachment.html>
More information about the devel
mailing list