Confirmed users
1,377
edits
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
We need some packages to get things running. The firefox install is to make sure all the runtime libraries are present. | We need some packages to get things running. The firefox install is to make sure all the runtime libraries are present. | ||
yum install -y openssh-clients Xvfb firefox wget mercurial | yum install -y openssh-clients Xvfb firefox wget mercurial | ||
=Install Mozilla Packages= | |||
cd ~ | |||
hg clone http://hg.mozilla.org/build/buildbot | |||
cd buildbot | |||
python setup.py build | |||
sudo python setup.py install | |||
=Create Slave= | |||
sudo mkdir /builds | |||
sudo chown cltbld:cltbld /builds | |||
cd /builds | |||
buildbot create-slave slave 10.250.48.137:9989 <host> <password> | |||
buildbot start slave | |||
=Get CPU info= | |||
uname -a > /builds/slave/info/host | |||
cat /proc/cpuinfo >> /builds/slave/info/host | |||
=Autostart buildbot= | =Autostart buildbot= |