[Buildbot-devel] ShellCommand on windows7 slave does nothing

John Stile john at stilen.com
Fri Oct 5 18:14:20 UTC 2012


On Thu, 2012-10-04 at 19:21 -0700, John Stile wrote:
> On Thu, 2012-10-04 at 14:14 -0700, John Stile wrote:
> I guess I'll continue down this route.

>From SlaveShellCommand
(in /usr/lib/python2.6/site-packages/buildbot/slave/commands.py), my
added code creates a file containing:
        In buildbot.slave.commands.py SlaveShellCommand.start()
        {'workdir': 'build', 'env': None, 'want_stderr': 1, 'logfiles':
        {}, 'command': ['touch', 'foodles.txt'], 'timeout': 1200,
        'want_stdout': 1}
        workdir:/home/build/Buildbot_slave/Europa_win32/build
        c:<slavecommand.ShellCommand '['touch', 'foodles.txt']'>

But it is not executing the code I added to: ShellCommand's __init__
(in /usr/lib/python2.6/site-packages/buildbot/steps/shell.py), which is
supposed to create yet another file.

Is this the hart of my problem, or is it wrong t think ShellCommand
should be executed?







More information about the devel mailing list