~mvo/snapd/+git/snapd-mvo:remodel-v0-edge-with-err

Last commit made on 2019-04-17
Get this branch:
git clone -b remodel-v0-edge-with-err https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
remodel-v0-edge-with-err
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

af250db... by Michael Vogt

state: simplify TestTaskSetEdge test

a0809aa... by Michael Vogt

state: improve error message when no Edge() is found for the given taskset

6426c3b... by Michael Vogt

state: add possible error return to TaskSet.Edge()

As a followup to the discussion in we had in
https://github.com/snapcore/snapd/pull/6599
this PR implements an error return in TaskSet.Edge().

ff67b92... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into remodel-v0-do-update-edges

2d00c15... by Michael Vogt

snapstate: add comment about "DownloadAndChecksDoneEdge" for Install/Update TaskSets

55e3fc0... by Michael Vogt

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

tests: fix master

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