]> review.fuel-infra Code Review - tools/sustaining.git/commit
Add extra options to apt-get to control conflicts 61/10661/1
authorDenis V. Meltsaykin <dmeltsaykin@mirantis.com>
Fri, 21 Aug 2015 15:35:17 +0000 (18:35 +0300)
committerDenis V. Meltsaykin <dmeltsaykin@mirantis.com>
Fri, 21 Aug 2015 15:35:17 +0000 (18:35 +0300)
commitdd789066f139b1403b8006c11ac4bca9e91f1282
treee00c094cbd44d6fa9b53d11dc0fb9f406ecf5a5a
parent01904d123be06e3b658bdbe529986611d8f52ebe
Add extra options to apt-get to control conflicts

As there might be a new config files in updated packages,
there is possiblity that apt-get will fail at `upgrade`.

Added 2 apt-get/dpkg options:
    -o Dpkg::Options::="--force-confdef"
    -o Dpkg::Options::="--force-confold"

From now on all conflicts will be resolved with an existing versions
of a config files.

Change-Id: Ia3baf77121aacf416742921fe15bdd8cecc96a31
scripts/mos_apply_mu.py