[Buildbot-devel] ShellCommand question
Dustin J. Mitchell
dustin at zmanda.com
Wed Jun 20 15:17:44 UTC 2007
On Wed, Jun 20, 2007 at 11:57:59AM +0100, Duncan Ferguson wrote:
> factoryd.addStep(
>
> shell.ShellCommand,
>
>
> command=["scp","-q","built_files.*.tar.gz","server3:/build_files/"],
>
> )
The other option in general is just to use the shell on the remote machine:
command="scp -q built_files.*.tar.gz server3:/build_files/",
Dustin
--
Dustin J. Mitchell
Storage Software Engineer, Zmanda, Inc.
http://www.zmanda.com/
More information about the devel
mailing list