Confirmed users
3,990
edits
No edit summary |
|||
| Line 21: | Line 21: | ||
hg id | hg id | ||
su - | su - | ||
rm -rf /builds/panda-* | # Run the rm command if you want to start with a clean state | ||
# rm -rf /builds/panda-* | |||
cd /builds/tools/buildfarm/mobile | cd /builds/tools/buildfarm/mobile | ||
python setup_foopy.py # this setups the panda directories and grabs the buildbot.tac files | python setup_foopy.py # this setups the panda directories and grabs the buildbot.tac files | ||
exit | exit | ||
# run this if you need to start everything at once | |||
for i in `ls | grep panda`; do /builds/manage_buildslave.sh start $i; done | for i in `ls | grep panda`; do /builds/manage_buildslave.sh start $i; done | ||
# run this if you just want to start one device being added | |||
/builds/manage_buildslave.sh start panda-XXXX | |||
</pre> | </pre> | ||