~cjohnston/+junk/settle

« back to all changes in this revision

Viewing changes to jenkins/run-touch-sdk-smoke.sh

  • Committer: Andy Doan
  • Date: 2013-07-19 16:00:58 UTC
  • Revision ID: andy.doan@canonical.com-20130719160058-vdm55g87aatrjf7u
testĀ pendingĀ images

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
echo "= TOUCH BUILD DATE:"`rsync -l rsync://cdimage.ubuntu.com/cdimage/ubuntu-touch/daily-preinstalled/|grep pending| awk '{ print $(NF) }'`
31
31
 
32
 
flock /tmp/phablet-flash-lock phablet-flash -s $ADB_SERIAL
 
32
flock /tmp/phablet-flash-lock phablet-flash -s $ADB_SERIAL --pending
33
33
adb -s $ADB_SERIAL wait-for-device
34
34
phablet-network-setup -s $ADB_SERIAL -n ~/magners-wifi
35
35
sleep 30