~mvo/snapd/+git/snapd-mvo:remodel-v0

Last commit made on 2019-03-07
Get this branch:
git clone -b remodel-v0 https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
remodel-v0
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

35419b0... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into remodel-v0

7c185d2... by Michael Vogt

Merge pull request #6567 from chipaca/further-link-snap-cleanup

overlord/snapstate/backend: make LinkSnap clean up more

bb3c3e5... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into remodel-v0

2b0f28d... by Michael Vogt

devicestate: do not cal setDeviceFromModelAssertion() in doSetModel() hanlder yet

e1b5d24... by Michael Vogt

Merge pull request #6570 from mvo5/less-revs-on-classic

snapstate: only keep 2 snaps on classic

5786613... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into less-revs-on-classic

7aa23f7... by Michael Vogt

Merge pull request #6569 from mvo5/unbreak-master2

tests: check that apt works before using it

0ba5881... by Michael Vogt

tests: check that apt works before using it

The lxd test is using apt unconditionally even on core devices.

Nowdays the apt wrapper on core devices will error when run so
the lxd test needs an update to ensure it only uses apt if apt
is actually usable.

The ubuntu-core-apt test also needs an update to check that
the exit code is correct.

866cb6f... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into less-revs-on-classic

1f97f17... by Michael Vogt

snapstate: only keep 2 snaps on classic

We had a recent discussion with the foundations team about the number
of snaps that should be kept on the system for rollback. Because
classic does not have a kernel snap the number of 2 snaps (one active
and one as a rollback target) is sufficient there. This PR changes
the default on classic from 3 to 2 and updates the tests.