~mvo/snapd/+git/snapd-mvo:reexec-from-snapd-fix

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

Branch merges

Branch information

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

Recent commits

dad280d... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into reexec-from-snapd-fix

c021e75... by "John R. Lenton" <email address hidden>

cmd/snap: wrap "summary" better (#6411)

We were inadvertently using goyaml's default wrapping of flow strings,
which ignores the terminal width entirely.

This fixes that.

aeeabd5... by "John R. Lenton" <email address hidden>

Merge pull request #6439 from mvo5/fix-debian-9

tests: workaround missing go dependencies in debian-9

bc45ccc... by Maciej Borzecki

tests/lib/prepare-restore: make the Go workaround Debian 9 specific

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

a5f824c... by Maciej Borzecki

tests/lib/prepare: tweak the workaround for golang-1.10 in Debian

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

c661c40... by Michael Vogt

snap: warn about unexpected input in snapdHelperPath

b727946... by Michael Vogt

prepare-restore.sh: fix silly typo

19ed01e... by Samuele Pedroni

use a more precise name for the helper script

8b00c6f... by "John R. Lenton" <email address hidden>

Merge pull request #6414 from chipaca/drop-icon-weirdness

daemon: try to tidy up the icon stuff a little

5a5408a... by Michael Vogt

tests: workaround missing go dependencies in debian-9

The debian-9 image we use has no golang-1.10 anymore. This makes
the tests fail right now. To fix this we need to install the latest
golang available via skretch-backports. This may change so there is
a small script that detects the right version.