[Buildbot-devel] Building tagged releases
Charles Lepple
clepple at gmail.com
Sun Sep 9 18:34:30 UTC 2012
On Sep 9, 2012, at 2:03 PM, Dustin J. Mitchell wrote:
> On Sun, Sep 9, 2012 at 2:02 PM, Oleg Smolsky <oleg at smolsky.net> wrote:
>> b) how do I get the final installer/packages off the slave? (do I just scp
>> or use NFS?)
>
> SCP seems a popular choice.
Oleg,
You might also consider something like DirectoryUpload: http://buildbot.net/buildbot/docs/current/manual/cfg-buildsteps.html#transferring-files
FileUpload could also be used if you construct the exact filename based on properties, but that ties it to the file naming convention in use at that time. Often it is easier to create a separate directory for the installer, and upload that whole directory.
More information about the devel
mailing list