~mvo/snapd/+git/snapd-mvo:fix-debian-9

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

Branch merges

Branch information

Name:
fix-debian-9
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

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>

b727946... by Michael Vogt

prepare-restore.sh: fix silly typo

19ed01e... by Samuele Pedroni

use a more precise name for the helper script

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.

a1c529f... by Michael Vogt

Merge pull request #6428 from jdstrand/add-display-control

interfaces: add display-control interface

fe688b9... by Maciej Borzecki

Merge pull request #6431 from mvo5/fix-snapcraft-build-in-lp

snapcraft.yaml: fix snap building in launchpad

d00ae48... by Michael Vogt

Merge pull request #6433 from sergiocazzolato/update-fedora-worker

tests: update fedora 29 workers to speed up the whole testing time

a5c9552... by Michael Vogt

Merge pull request #6425 from jdstrand/add-yubikey-interface

interfaces: add u2f-devices interface and allow reading udev +power_supply:* in hardware-observe

b41ea00... by Jamie Strandboge

use list of structs rather than map (thanks zyga)