ReferencePlatforms/BuildBot/MacOSX: Difference between revisions
Jump to navigation
Jump to search
ChrisCooper (talk | contribs) No edit summary |
ChrisCooper (talk | contribs) |
||
| Line 8: | Line 8: | ||
== Unpack and build Twisted == | == Unpack and build Twisted == | ||
mkdir -p / | mkdir -p /tools/buildbot | ||
cd / | cd /tools/buildbot | ||
tar xjf ~/Desktop/Twisted-2.5.0.tar.bz2 | tar xjf ~/Desktop/Twisted-2.5.0.tar.bz2 | ||
cd Twisted-2.5.0 | cd Twisted-2.5.0 | ||
Revision as of 19:54, 3 April 2007
Buildbot Reference Install Instructions - MacOSX
Starting point is the MacOSX Reference Platform. NOTE: Python 2.3.5 (#1, Aug 19 2006, 21:31:42)
Download Twisted sources
http://tmrc.mit.edu/mirror/twisted/Twisted/2.5/Twisted-2.5.0.tar.bz2
Unpack and build Twisted
mkdir -p /tools/buildbot cd /tools/buildbot tar xjf ~/Desktop/Twisted-2.5.0.tar.bz2 cd Twisted-2.5.0 cd zope.interface-3.30 sudo python setup.py install cd .. sudo python setup.py install
Checkout BuildBot sources from Moz CVS
mkdir -p /builds/buildbot cd /builds/buildbot cvs -d :ext:cltbld@cvs.mozilla.org:/cvsroot co mozilla/tools/buildbot
Build BuildBot
cd /builds/buildbot/mozilla/tools/buildbot sudo python setup.py install
Add buildbot to $PATH
Edit the $PATH in your .profile to include:
/System/Library/Frameworks/Python.framework/Versions/Current/bin
You should then be able to execute the following:
bm-xserve10:~ cltbld$ buildbot --version Buildbot version: 0.7.5 Twisted version: 2.5.0