[Buildbot-devel] Purpose of flattening commands passed to buildbot.steps.shell.ShellCommand
Dustin J. Mitchell
dustin at v.igoro.us
Thu Oct 17 22:24:36 UTC 2013
The flattening is to support insertion of multiple command arguments
with renderables, e.g.,
command=['sometool', '--verbose', Property('sometool-args')]
where that property can be a list.
Dustin
More information about the devel
mailing list