470
edits
m (→Setup steps) |
m (→Setup steps) |
||
| Line 54: | Line 54: | ||
sudo port install mercurial wget py26-lint py26-virtualenv py26-yaml | sudo port install mercurial wget py26-lint py26-virtualenv py26-yaml | ||
sudo port select --set python python26 | sudo port select --set python python26 | ||
cd /builds | |||
hg clone http://hg.mozilla.org/build/buildbot | |||
cd buildbot | |||
hg up -r production-0.8 | |||
sudo su - | |||
cd ~cltbld/buildbot/master | |||
/opt/local/bin/python setup.py install # (need to sudo su -; sudo python setup.py won't work) | |||
cd ../slave | |||
/opt/local/bin/python setup.py install # (need to sudo su -; sudo python setup.py won't work) | |||
exit | |||
== helper script to populate /builds == | == helper script to populate /builds == | ||
edits