~mvo/snapd/+git/snapd-mvo:eoan-depwait

Last commit made on 2019-06-07
Get this branch:
git clone -b eoan-depwait https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
eoan-depwait
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

9ff4fa6... by Michael Vogt

debian: fix building on eoan by tweaking golang build-deps

The go build dependencies in eoan need to be tweaked because eoan
does not ship golang-1.10 anymore. This will fix a dependency wait
in eoan.

Details for the b-d- line:
```
   golang-go (>=2:1.10) [!powerpc] | golang-1.10 [!powerpc],
```
The first part is for 18.04+ that has go-1.10 or higher as the
default golang. The second part is for trusty,xenial where the
default golang is go-1.6 so we need to explicitly need to select
the version we want.

76b13d9... by "John R. Lenton" <email address hidden>

Merge pull request #6951 from chipaca/cohort-info

daemon, client, cmd/snap: show cohort key in snap info --verbose

b601b3b... by Maciej Borzecki

Merge pull request #6836 from bboozzoo/bboozzoo/gadget-update-add-task-check-conflicts

overlord/snapstate: add update-gadget task when needed, block other changes

cb0bb8c... by Maciej Borzecki

Merge remote-tracking branch 'origin/master' into bboozzoo/gadget-update-add-task-check-conflicts

b7a2150... by Maciej Borzecki

overlord/snapstate: tweak gadget update test data

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

054ae5b... by Paweł Stołowski

Merge pull request #6957 from pedronis/image-error-on-missing-defl-provider

image: turn a missing default content provider into an error

fe06a24... by Maciej Borzecki

Merge remote-tracking branch 'origin/master' into bboozzoo/gadget-update-add-task-check-conflicts

257461c... by Maciej Borzecki

Merge pull request #6750 from bboozzoo/bboozzoo/gadget-update-devicestate-handlers

overlord/devicestate: update-gadget-assets task handler with stubbed gadget callbacks

92fd783... by Maciej Borzecki

overlord/devicestate: log when no gadget assets update is needed

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

e4fc94a... by Michael Vogt

Merge pull request #6956 from bboozzoo/bboozzoo/nested-copy-remote-multi

tests/lib/nested: fix multi argument copy_remote