~mvo/snapd/+git/snapd-mvo:host-single-line

Last commit made on 2020-01-13
Get this branch:
git clone -b host-single-line https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
host-single-line
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

2365c2d... by Michael Vogt

snap: make `snap version` output host without extra whitespace

The current `snap version` output for the "host" added in 2.43
can look like this:
```
$ snap version
...
host amd64 kvm
```
This leads to a parse error in charms that use the snap layer
because the charm expects at most a single whitespace.

This PR implements a possible fix by using a different deliminer:
```
$ snap version
...
host amd64/kvm
```

196f178... by Michael Vogt

Merge pull request #7978 from bboozzoo/bboozzoo/selinux-policy-update

data/selinux, test/main/selinux-clean: update the test to cover more scenarios

84047c4... by Michael Vogt

Merge pull request #7979 from anonymouse64/feature/rm-boot-name-rev

many: drop NameAndRevision, use snap.PlaceInfo instead

85850b3... by Ian Johnson

Merge branch 'master' into feature/rm-boot-name-rev

Signed-off-by: Ian Johnson <email address hidden>

47d1c95... by Maciej Borzecki

data/selinux: update comments

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

4c0fbc6... by Ian Johnson

Merge pull request #7976 from anonymouse64/tweak/split-boot-test-go-make-bootable

boot: split MakeBootable tests into their own file

748baa7... by Maciej Borzecki

Merge remote-tracking branch 'upstream/master' into tweak/split-boot-test-go-make-bootable

0ff6995... by Maciej Borzecki

boot: further tweaks to the base suite

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

d6e33d4... by Maciej Borzecki

boot: make mocked bootloader part of the base suite

Tweak the boot tests and move the mocked bootloader to be part of the base
suite. Tweak uboot and grub test suites to mock their own bootloaders.

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

45375df... by Michael Vogt

Merge pull request #7865 from sd-hd/travis-forked

travis-ci: add go import path