~mvo/snapd/+git/snapd-mvo:core-core16

Last commit made on 2019-04-16
Get this branch:
git clone -b core-core16 https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
core-core16
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

e373f1e... by Michael Vogt

tests: fix incorrect indent in core16-provided-by-core test

52cd90e... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into core-core16

55e3fc0... by Michael Vogt

Merge pull request #6730 from mvo5/unbreak-master-2

tests: fix master

5617574... by Zygmunt Krynicki

snap-confine: tweak comments based on review feedback

Co-Authored-By: mvo5 <email address hidden>

5ad179d... by Zygmunt Krynicki

snap-confine: tweak comment for core16 fallback

Co-Authored-By: mvo5 <email address hidden>

f75ee47... by Michael Vogt

tests: set selinux-clean test to manual for now

The selinux-clean test breaks in master and in the pending PRs
depending on the test order. To ensure other PRs can land this PR
disables it for now and when its debugged we can re-enable.

4d8763c... by Michael Vogt

tests: do not hardcode go1.10 in travis

In run-checks we add /usr/lib/go-1.10/bin to the PATH to ensure
that we use the right go version when building on Ubuntu systems
that use the golang-1.10 source package.

However this breaks in travis because we use go1.9 there to ensure
that RHEL (which has 1.9) works correctly. Recently travis added
go1.10 to their images so now the PATH setting actually picks up
go1.10 in the PATH but GOROOT is set to go-1.9 which causes
strange errors like `go tool asm: exit status 2`.

This PR fixes this by only setting the PATH outside of travis.

3f55d62... by Michael Vogt

tests: update canonical-livepatch now that -gcp kernels are supported

The canonical-livepatch test is now failing because -gcp kernels
are not also available for live-patch.

37bf874... by Michael Vogt

Merge pull request #6693 from bboozzoo/bboozzoo/tweak-internal-tool-cmd

cmd: tweak internal tool lookup to accept more possible locations

f4e5ad9... by Paweł Stołowski

Merge pull request #6662 from stolowski/auto-snapshots

overlord/snapstate,snapshotstate: create snapshot on snap removal (3/4)