~snappy-dev/snapd/+git/snapd-pawel:fix-lp-1825883-for-contentif

Last commit made on 2019-04-30
Get this branch:
git clone -b fix-lp-1825883-for-contentif https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
fix-lp-1825883-for-contentif
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

b2c4893... by Paweł Stołowski

Update static attributes of "content" interface connetions kept in the state when reloading connections.
This is a temporary fix for LP #1825883 and it is limited to "content" interface as this is the only interface where the problem is visible.
The proper fix will be proposed soon and will address all interfaces.

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).

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.

c314589... by Zygmunt Krynicki

Merge pull request #6794 from zyga/feature/user-mount-ns-20.9-split-8-of-n

cmd/snap-update-ns: remove instanceName argument from applyProfile

6be9d48... by Maciej Borzecki

Merge pull request #6792 from bboozzoo/bboozzoo/gadget-update-position-renames

gadget: embed volume in positioned volume, rename fields

6e82c05... by Michael Vogt

Merge pull request #6782 from mvo5/use-go-buildid

osutil: use go build-id when no gnu build-id is available