~mvo/snapd/+git/snapd-mvo:snapd-snap-fix

Last commit made on 2019-05-01
Get this branch:
git clone -b snapd-snap-fix https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
snapd-snap-fix
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

7dbfc16... by Samuele Pedroni

fix stage-packages typo

10244e4... by Michael Vogt

snapcraft.yaml: include libc6 in snapd

We added some tools like xdelta3 and squashfs-tools to the snapd
snap now so that we can use those even if they are not available
on the system. Unfortunately this means that we need to also
carry their libc6 to be truely independent of the host system.

This PR adds libc6 to the snapd snap
We added some tools like xdelta3 and squashfs-tools to the snapd
snap now so that we can use those even if they are not available
on the system. Unfortunately this means that we need to also
carry their libc6 to be truely independent of the host system.

This PR adds libc6 to the snapd snap.

df1afbf... by Michael Vogt

Merge pull request #6800 from mvo5/revert-6763

snapstate: revert "overlord/snapstate: remove PlugsOnly"

f0dd2d5... by Michael Vogt

osutil,cmdutil: move CommandFromCore and make it use the snapd snap (if available)

The CommandFromCore helper is currently always looking at the
core snap. With the snapd snap we need to refactor it so that
it uses the snapd snap if available and just falls back to the
core snap.

The osutil.CommandFromCore is not in the rightplace and it also does
not take the snapd snap into account. This PR moves it to the
cmd/cmdutil package (cannot be in cmd because of an import cycle
with cmd/snapinfo.go).

It also tweaks the arguments slightly (no need to pass the
snapMountDir anymore).

cb1889c... by Michael Vogt

snapstate: revert "overlord/snapstate: remove PlugsOnly"

This reverts commit f77fbff18acacd73cdc816812517b90a75d6ee0c.

It turns out that we removed PlugsOnly a bit too early. While
it is not used right now it will be used in the future by a
PR that Samuele is working on. So revert the removal here
to ensure it does not slow the work on this PR down.

6d7b729... by Michael Vogt

Merge pull request #6797 from stolowski/revert-lp-1825883

overlord/ifacestate: revert the initial fix for lp #1825883

54536ee... by Michael Vogt

Merge pull request #6799 from bboozzoo/bboozzoo/travis-1.10

travis: bump Go version to 1.10.x

2d4c6bc... by Maciej Borzecki

travis: bump Go version to 1.10.x

Bump Go version used in Travis jobs to 1.10.x (latest tagged 1.10 release)

Signed-off-by: Maciej Borzecki <email address hidden>

e11a132... by Paweł Stołowski

Revert "overlord: update static attrs when reloading connections"

This reverts commit e1bddc9d74fe5c08c7dd2c23f1312a6e31b1b25c.

cfdbaa9... by Paweł Stołowski

Revert "overlord: ensure setup doesn't clobber unrelated state"

This reverts commit dd739571c24e659d0449c0c0ca6314719f301777.