User:Bear:Buildbot Local Notes

From MozillaWiki
Jump to: navigation, search

Notes on Creating a local Buildbot v0.8 master environment

virtualenv -p python2.6 bear_master
cd bear_master
. bin/activate 
cd /path/to/Twisted-2.4.0
python setup.py install
cd /path/to/buildbot
python setup.py install
cd ..
hg clone http://hg.mozilla.org/build/buildbotcustom
cd buildbotcustom
hg update -r buildbot-0.8.0
cd ..
hg clone http://hg.mozilla.org/build/buildbot-configs
cd buildbot-configs
hg update -r buildbot-0.8.0
python setup-master.py name-of-master mozilla 3
cd name-of-master
rm -f master.cfg
ln -s ../mozilla/builder_master.cfg master.cfg