[Buildbot-devel] resource locking?

Mikhail Sobolev mss at mawhrin.net
Sat May 2 18:23:05 UTC 2015


On Tue, Apr 28, 2015 at 07:09:13PM +0000, Mellan, Alain wrote:
>    Makes sense. How do I transfer the location between build builder and test
>    builder?  properties?   Any example in the documentation?
I am not sure about the docs (I'll check them a bit later).

What I use is

    FileUpload(slavesrc=Interpolate('%(prop:builddir)s/other/bits/file'),
               masterdest='/some/absolute/path/to/a/dir/at/master/',
               mode=0644)

And in cases I'd like users to be able to download the file, I add 'url=...'.

Hope this helps,

-- 
Misha




More information about the devel mailing list