canmove, Confirmed users
6,439
edits
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
</ul> | </ul> | ||
Reboot, and you should be graphical! CentOS uses 'yum' as it's RPM front-end. You should be able to install most applications/tools you need through it. If you'd like a graphical front-end you can run 'pirut'. | Reboot, and you should be graphical! CentOS uses 'yum' as it's RPM front-end. You should be able to install most applications/tools you need through it. If you'd like a graphical front-end you can run 'pirut'. | ||
= Installing BuildBot = | |||
Because our Buildbot code changes fairly regularly we don't keep a copy of it on the VM. | |||
export PYTHONPATH=".:/tools/zope-interface/lib/python2.5/site-packages/:/tools/twisted-core/lib/python2.5/site-packages:/tools/twisted/lib/python2.5/site-packages/:$PYTHONPATH" | |||
export PYTHONHOME="/tools/python" | |||
export PATH="/tools/python/bin:/tools/twisted/bin:/tools/twisted-core/bin:$PATH" | |||
cd /tools | |||
hg clone http://hg.mozilla.org/build/buildbot | |||
cd /tools/buildbot | |||
python setup.py install --prefix=/tools/buildbot | |||
# buildbotcustom is only required if you're running a Buildbot master | |||
mkdir buildbotcustom | |||
cd buildbotcustom | |||
hg clone http://hg.mozilla.org/build/buildbotcustom | |||
When you create the slave, be sure to set "umask = 002" in the buildbot.tac and restart it (otherwise we'll start pushing update snippets around with mode 600). | |||
= Usernames and Passwords = | = Usernames and Passwords = |