AS part of my buildbot setup, I am executing a shell command in the slave environment. (This has been coded as part of the master.cfg file)<br><br><span style="font-weight: bold; text-decoration: underline;">This command is failing</span><br>
f1.addStep(shell.ShellCommand, description= &quot;chdir&quot;, command= [&#39;cd&#39;, &#39;./tempGitBranch&#39;])<br><br>******* Log Says *************<br><br><pre><span class="stdout">Upon execvpe cd [&#39;cd&#39;, &#39;./tempGitBranch&#39;] in environment id -1214057092:<br>
Traceback (most recent call last):<br>  File &quot;/usr/lib/python2.4/site-packages/twisted/internet/process.py&quot;, line 772, in __init__<br>    os.execvpe(command, args, environment)<br>  File &quot;/usr/lib/python2.4/os.py&quot;, line 350, in execvpe<br>
    _execvpe(file, args, env)<br>  File &quot;/usr/lib/python2.4/os.py&quot;, line 379, in _execvpe<br>    func(fullname, *argrest)<br>OSError: [Errno 2] No such file or directory<br></span></pre>**************** Log End *************<br>
<br><br><span style="font-weight: bold; text-decoration: underline;">This command is succeeding</span> (means that directory is present in the environment)<br><br>f1.addStep(shell.ShellCommand, description= &quot;list&quot;, command= [&#39;ls&#39;, &#39;-al&#39;, &#39;tempGitBranch&#39;])<br>
<br><br><br><div><span class="gmail_quote">On 8/21/08, <b class="gmail_sendername"><a href="mailto:fhauck@srcpsolutions.com">fhauck@srcpsolutions.com</a></b> &lt;<a href="mailto:fhauck@srcpsolutions.com">fhauck@srcpsolutions.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I will be out of the office from 08/15/2008 to<br> 08/25/2008<br> <br> If this is urgent please contact <a href="mailto:rgrizzaffi@srcpsolutions.com">rgrizzaffi@srcpsolutions.com</a><br> <br> <br> <br> _______________________________________________<br>
 Twisted-Python mailing list<br> <a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br> <a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
 </blockquote></div><br>