Hi, On Wed, May 11, 2016 at 8:21 PM, honas grael <[email protected]> wrote: > Sorry forgot to say I'm using build bot 0.9.0 b4.
0.9.0b4 doesn't include "slave"->"worker" API changes which were introduced in 0.9.0b8, and documentation you see is for the latest version. You need to use "slavedest" keyword argument in 0.9.0b4. Here is list "slave"/"worker" API changes: http://docs.buildbot.net/latest/manual/worker-transition.html -- Vladimir Rutsky > > > > On Wed, May 11, 2016 at 1:53 PM, Georges Racinet <[email protected]> wrote: >> >> Hi, >> >> On 05/11/2016 02:18 PM, honas grael wrote: >> >> Hi guys I'm trying to copy files from the master to the worker, so looking >> at the documentation there is >> >> >> f.addStep(steps.FileDownload(mastersrc=r"c:\my_local_directory\todays_build_config.txt", >> >> workerdest="c:\my_other_directorty\build_config.txt")) >> >> however when I try it and do buildbot checkconfig I get an error along the >> lines >> >> __init_() >> >> filedownload takes at least 3 arguments (2 given). What am I doing wrong? >> >> what is the precise version of buildbot you're running ? This looks like >> a 0.9 and I guess if you were on 0.8 you woudn't go as far as actually >> getting this error, but still this is weird. >> >> I'm actually running builds on 0.9 with FileDownload instantiated in that >> style, and it works. >> >> I have not tried fileupload yet but has anyone got any ideas how to make >> these commands work >> >> I'm on Windows by the way(windows 7) >> >> Regards >> >> >> >> >> >> _______________________________________________ >> users mailing list >> [email protected] >> https://lists.buildbot.net/mailman/listinfo/users >> >> >> >> _______________________________________________ >> users mailing list >> [email protected] >> https://lists.buildbot.net/mailman/listinfo/users > > > > _______________________________________________ > users mailing list > [email protected] > https://lists.buildbot.net/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://lists.buildbot.net/mailman/listinfo/users
