~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 05:23:29 UTC
  • Revision ID: christopher.halse.rogers@canonical.com-20140821052329-5zgw18b2bp8ot6gq
Remove previous Mir packages before installing new ones.

This should be temporary, until our packages are fully parallel installable.
Otherwise trying to instal a package with different SOVER will break the old
one, and therefore the existing packages which depend on the old SOVER, and
thus confuse apt.

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
# Temporary, until we have fully parallel-installable SOVERs.
 
19
apt remove -y libmirclient* libmirserver* libmirplatform*
 
20
 
18
21
apt install -o Debug::pkgProblemResolver=1 --force-yes -y $(ls $HOME_DIR/archive/*.deb | xargs basename -a | cut -f1 -d'_')
19
22
 
20
23
apt-get install --force-yes -y \