[Buildbot-devel] patch to add step.ShellCommands (plural)

Trent Mick trentm at gmail.com
Wed Apr 5 07:00:33 UTC 2006


Hello,

For some of my buildbot factories I find I want a build step that
takes multiple shell commands (instead of just the one that you can
get with step.ShellCommand). I am have attached a patch that adds a
ShellCommands class to buildbot/process/step.py. It is, of course,
heavily based on ShellCommand with the main diffs being in start() and
the new _runNextCommand() callback for serializing the multiple
commands. I have tested this and am using it in one of my buildbots.

Could this be considered for inclusion in the buildbot core?

Thanks,
Trent

--
Trent Mick
trentm at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: buildbot-step-ShellCommands.patch
Type: text/x-patch
Size: 11028 bytes
Desc: not available
URL: <http://buildbot.net/pipermail/devel/attachments/20060405/1f46f192/attachment.bin>


More information about the devel mailing list