[Buildbot-devel] ShellCommand question
Duncan Ferguson
duncan.ferguson at altinity.com
Wed Jun 20 10:57:59 UTC 2007
Hiya list,
I have a step that attempts to send a number of files to a remove
server using scp, such as
factoryd.addStep(
shell.ShellCommand,
command=["scp","-q","built_files.*.tar.gz","server3:/
build_files/"],
)
but the "build_files.*.tar.gz" is not expanded through a shell glob.
What is the best way to achieve this? I dont want to have to split
this out into a number of steps as that involves multiple factories
and multiple steps within those factories....
Thanks
Duncs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20070620/bfa54680/attachment.html>
More information about the devel
mailing list