~phablet-team/phablet-tools/trunk

« back to all changes in this revision

Viewing changes to click-buddy

  • Committer: CI bot
  • Author(s): Michael Vogt
  • Date: 2014-09-09 20:43:33 UTC
  • mfrom: (305.1.1 phablet-tools)
  • Revision ID: ps-jenkins@lists.canonical.com-20140909204333-jcwm4s7l8m9rd51b
click-buddy: adding --allow-untrusted to the pkcon install-local call. 
Approved by: Colin Watson

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
    set -e
186
186
    for click in *.click; do
187
187
        adb $ADBOPTS push "$click" /tmp
188
 
        adb $ADBOPTS shell sudo -u $DEVICE_USER bash -ic "pkcon install-local /tmp/$click"
 
188
        adb $ADBOPTS shell sudo -u $DEVICE_USER bash -ic "pkcon install-local --allow-untrusted /tmp/$click"
189
189
    done
190
190
 
191
191
    adb $ADBOPTS shell mkdir -p /home/$DEVICE_USER/autopilot