Confirmed users
4,971
edits
| Line 216: | Line 216: | ||
=== Install buildbot === | === Install buildbot === | ||
On a separate machine with ssh and | On a separate machine with ssh and hg, grab buildbot and push: | ||
hg clone http://hg.mozilla.org/build/buildbot | |||
scp -r buildbot | scp -r buildbot root@DEVICEIP:/media/mmc1/ | ||
Then ssh in and | Then ssh in and | ||
cd /media/mmc1/buildbot | cd /media/mmc1/buildbot | ||
python setup.py install | python setup.py install | ||
cd .. | cd .. | ||
rm -rf buildbot | rm -rf buildbot | ||
=== Set up buildbot slave === | === Set up buildbot slave === | ||