<font size="2"><font face="courier new,monospace"><span class="Apple-style-span" style="font-family: arial; ">On Fri, May 14, 2010 at 10:15 AM, Bill Janssen <span dir="ltr"><<a href="mailto:janssen@parc.com">janssen@parc.com</a>></span> wrote:</span><br>
</font></font><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Vincent Davis <<a href="mailto:vincent@vincentdavis.net">vincent@vincentdavis.net</a>> wrote:<br>
<br>
> Not to interrupt you you conversation but I am interested in setting<br>
> up a buildbot on one of my Macs. Is there any documentations or advise<br>
> that is different from that of a linux machine? Any advise would be<br>
> appreciated.<br>
<br>
</div>Assuming you mean "set up a build slave for Python testing"...<br>
<br>
Here's what I did. I was installing on a Tiger machine, which comes<br>
with Python 2.3.5, so the first thing I did was to install Xcode 2.5,<br>
the latest release for Tiger. I also needed Subversion, so I downloaded<br>
and installed that. Later versions of OS X Xcode include Subversion, so<br>
you won't need to do it separately if you're using those.<br>
<br>
I then installed Python 2.6.5 from <a href="http://python.org" target="_blank">python.org</a>, which winds up in<br>
/usr/local/bin, and modified my PATH to put /usr/local/bin on it. I<br>
downloaded the source bundles for Twisted, zope.interface, and buildbot,<br>
and installed them in that order -- "sudo python setup.py install" works<br>
fine for each of them.<br>
<br>
After that, I followed the instructions on the Wiki at<br>
<a href="http://wiki.python.org/moin/BuildBot" target="_blank">http://wiki.python.org/moin/BuildBot</a>. Create a buildbot account, make<br>
sure /usr/local/bin is on the PATH of the buildbot account, and issue<br>
the commands shown there.</blockquote><div><br></div><div>Yes thanks this is what I was thinking "set up a build slave for Python testing", No reason this would not work on a leopard 10.6 machine?</div></div><div>
<br></div>Thanks<br><div name="mailplane_signature"> <table><tbody><tr><td width="80">
<img src="http://www.gravatar.com/avatar/226e40fdc55d4597a46279296a616384.png">
</td><td width="10"></td><td width="127" align="center">
<div style="padding-right: 5px; padding-left: 5px;
font-size: 11px; padding-bottom: 5px; color: #666666;
padding-top: 5px">
<p><strong>Vincent Davis<br>
720-301-3003
</strong><br>
<a href="mailto:vincent@vincentdavis.net">vincent@vincentdavis.net</a> </p>
<div style="font-size: 10px">
<a href="http://vincentdavis.net">my blog</a> |
<a href="http://www.linkedin.com/in/vincentdavis">LinkedIn</a></div></div></td></tr><tr></tr></tbody></table></div>