[Buildbot-devel] Alternate shell on win32

Tim Flink tim at mail.mew.co.jp
Fri Apr 6 09:10:39 UTC 2007


>
>> 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 buildslave is installed in c:\buildslave\

>> buildbot 0.7.5
>>     
>
> Is this not from the fedora extras repo? Any particular reason for this?
I wanted the latest version, so I installed it from source but I'm using 
python-twisted etc. from fedora-extras.

Do you have any spaces in your path? If you do, try putting quotes 
around the command. (c:\documents and settings\buildslave\ would become 
"c:\documents and settings\buildslave").

Does the directory from which you are trying to call "echo hello" exist?

Can you post the complete addStep lines from your master.cfg?

Tim

Gianluca Sforna wrote:
> 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?
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
>
>   


-- 
Tim Flink
EMIT Middleware R&D Laboratory

Matsushita Electric Works, Ltd.
1048, Kadoma, Osaka 571-8686, Japan
Tel: 06-6908-6752 / Fax: 06-6907-6449





More information about the devel mailing list