470
edits
| Line 84: | Line 84: | ||
if [ ! -d /builds/tools ]; then | if [ ! -d /builds/tools ]; then | ||
cd /builds | cd /builds | ||
hg clone http://hg.mozilla.org/build/tools | hg clone http://hg.mozilla.org/build/tools tools | ||
cd /builds/tools/sut_tools | cd /builds/tools/sut_tools | ||
ln -s /builds/talos-data/talos/devicemanager.py . | ln -s /builds/talos-data/talos/devicemanager.py . | ||
| Line 93: | Line 93: | ||
fi | fi | ||
cd /builds | cd /builds | ||
then run the following: | then run the following: | ||
edits