[Buildbot-devel] Changing the upload filename on each build
    "Martin v. Löwis" 
    martin at v.loewis.de
       
    Thu Sep 13 12:47:48 UTC 2007
    
    
  
> You'll want to derive from FileDownload and probably just override the
> __init__ method.
> 
> class MyNewDownload(FileDownload):
>     def __init__(self, **kwargs):
>         FileDownload.__init__(self, **kwargs)
>         # from here, you can alter slavedest however you please
Thanks. I had not recognized that the build step constructor is executed
at build time, not at configuration time.
Regards,
Martin
    
    
More information about the devel
mailing list