[Buildbot-devel] translate build properties to compile env
Dustin J. Mitchell
dustin at zmanda.com
Fri Aug 13 16:45:29 UTC 2010
On Fri, Aug 13, 2010 at 12:56 AM, Boris Savelev <boris.savelev at gmail.com> wrote:
> factory.addStep(buildbot.steps.shell.Compile(
> command = (make),
> env = {
> 'TEST': buildbot.process.properties.WithProperties('%(TEST)s')
> }
> ....
> ))
>
> How I can get properties list from step init?
You would probably need to write your own BuildStep subclass for that purpose.
Dustin
--
Open Source Storage Engineer
http://www.zmanda.com
More information about the devel
mailing list