[Buildbot-devel] translate build properties to compile env

Boris Savelev boris.savelev at gmail.com
Fri Aug 13 05:56:56 UTC 2010


Hello!

How I can put all builder properties to environment for compile step?
One property I can get with code like this:

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?

-- 
Boris




More information about the devel mailing list