[Buildbot-devel] problem in overriding FileUpload.__init__()

Giovanni Gherdovich g.gherdovich at gmail.com
Sun May 25 19:54:38 UTC 2014


Hi Dustin,

On Sun, May 25, 2014 at 9:42 PM, Dustin J. Mitchell <dustin at v.igoro.us>
wrote:
>
> The problem has to do with the use of steps as step factories -- that
> single step object in your master.cfg needs to be able to create a new
> step instance for each build, and thus stores its constructor
> arguments, even the defaults.  Check out how FileUpload handles its
> args - there was a function named something like addFactoryArgs that
> you'll need to call for any custom args you add.
>
> This has all been fixed in more recent versions of Buildbot.

thanks for the heads up, I'll check that and see if I can
backport the fix to 0.8.1. Otherwise I'll find a workaround.

Cheers,
GGhh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20140525/4f6a616b/attachment.html>


More information about the devel mailing list