~raof/+junk/testrunner-testing

« back to all changes in this revision

Viewing changes to mir_install_packages.sh

  • Committer: Christopher James Halse Rogers
  • Date: 2014-08-21 04:31:01 UTC
  • Revision ID: christopher.halse.rogers@canonical.com-20140821043101-su2wavnc6dp8bbli
Drop dist-upgrade from package install script.

Apparently there are some packages on the phone that cannot be upgraded, so
dist-upgrade will blow up.

Instead, apt install all the packages we've built. This should be the best
of both worlds

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
date --utc --iso-8601=seconds | xargs echo "[timestamp] Pre install :"
17
17
 
18
 
apt-get dist-upgrade -y --force-yes
 
18
apt install --force-yes -y $(ls $HOME_DIR/*.deb | sed s_$HOME_DIR/__g | cut -f1 -d'_')
19
19
 
20
20
apt-get install --force-yes -y \
21
21
    glmark2-data \