ReferencePlatforms/Test/Foopy: Difference between revisions

Jump to navigation Jump to search
m
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
if [ ! -d /Users/cltbld/.ssh ]; then
  mkdir /Users/cltbld/.ssh
  touch /Users/cltbld/.ssh/authorized_keys
  chmod 0700 /Users/cltbld/.ssh
  chmod 0644 /Users/cltbld/.ssh/authorized_keys
fi


then run the following:
then run the following:
470

edits

Navigation menu