~mvo/snapd/+git/snapd-mvo:unbreak-master-2

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

Branch merges

Branch information

Name:
unbreak-master-2
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

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.

98f158d... by Michael Vogt

Merge pull request #6594 from mvo5/autopkgtest-no-rebuild

[RFC] tests: run smoke tests on (almost) pristine systems

64c7949... by Sergio Cazzolato

Merge pull request #6625 from sergiocazzolato/tests-system-disable-ssh-gadget

tests: system disable ssh for config defaults in gadget

60dea31... by Paweł Stołowski

Merge pull request #6660 from stolowski/timings-client

cmd/debug: integrate new task timings with "snap debug timings"

342d759... by Maciej Borzecki

Merge pull request #6713 from bboozzoo/bboozzoo/selinux-restorecon-fontconfig-cache-upgrade

tests/upgrade/basic, packaging/fedoar: restore SELinux context of /var/cache/fontconfig, patch pre-2.39 mount units

16027cd... by Paweł Stołowski

Removed irrelevant part of the comment for TimingsInfo type.

5c487b4... by Maciej Borzecki

Merge remote-tracking branch 'origin/master' into bboozzoo/selinux-restorecon-fontconfig-cache-upgrade

630e3e4... by Maciej Borzecki

tests/upgrade/basic: tweak comments

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