[Buildbot-devel] Alternate shell on win32
Gianluca Sforna
giallu at gmail.com
Fri Apr 6 06:51:23 UTC 2007
On 4/6/07, Tim Flink <tim at mail.mew.co.jp> wrote:
> This is a little late, so I don't know if you found a solution but I
> thought I would post this anyways.
No, I'm still struggling to understand why it did not work. It is even
more disappointing becasue some months ago I evaluated buildbot to see
if it fitted our needs, and at the time I was able to run a full build
in a win32 slave :(
>
> I was able to get "echo hello" on my winxp buildslave working using
> either of these statements in my master.cfg:
>
> f.addStep( step.ShellCommand, command = [ 'echo', 'hello' ] )
> f.addStep( step.ShellCommand, command = 'echo hello' )
>
> What version of buildbot and its dependencies are you using?
>
> My buildslave is using:
> WindowsXP SP2 (32-bit)
> buildbot 0.7.5
> Python 2.5 (python.org binary installer)
> Twisted 2.5.0 (binary installer for Python 2.5 from twistedmatrix.com)
> pywin32-2.1.0 (binary installer for Python 2.5 from sourceforge)
The only difference here seems to be python (I'm using 2.4.4). Just a
question: where is the buildslave directory in your filesystem?
>
> My buildmaster is using:
> Fedora Core 6 (x86)
Same here :)
> python-twisted 1.3.0 (from fedora yum repository)
strange. The current version (which I'm using) is 2.4.0, though I do
not believe the buildmaster could be my problem
> buildbot 0.7.5
Is this not from the fedora extras repo? Any particular reason for this?
More information about the devel
mailing list