~mvo/snapd/+git/snapd-mvo:validate-seed

Last commit made on 2019-04-25
Get this branch:
git clone -b validate-seed https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
validate-seed
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

f9376be... by Michael Vogt

snap: improve errPrefix style (thanks to Pawel)

e68bfcf... by Michael Vogt

snap: validate more in ReadSeedYaml()

The current code in ReadSeedYaml is not doing much validation
and missing or invalid elements will be caught only (much)
later. This commit adds some basic validations to the read
of the seed.yaml.

49940f0... by Michael Vogt

cmd: add `snap debug validate-seed <path> cmd

We had a bug where one of the recent livecd-rootfs build images
had an incorrect seed.yaml. This caused a panic of snapd on when
seeding. To prevent this here is a small helper that we can run
inside livecd-rootfs to ensure seed.yaml is good enough to not
crash snapd.

efecea1... by Michael Vogt

Merge pull request #6720 from pedronis/device-to-devicestate

many: move Device/SetDevice to devicestate, start of making them pluggable in storecontext

65cc14c... by Zygmunt Krynicki

Merge pull request #6764 from Lin-Buo-Ren/patch-1

cmd/snap-confine/snap-confine.apparmor: Fix typo

56ad407... by Zygmunt Krynicki

Merge pull request #6763 from zyga/tweak/kill-plugs-only

overlord/snapstate: remove PlugsOnly

ae3c855... by "John R. Lenton" <email address hidden>

Merge pull request #6768 from bboozzoo/bboozzoo/allow-od

interfaces/apparmor: allow running /usr/bin/od

db14466... by Michael Vogt

Merge pull request #6766 from jdstrand/add-qemu-fedora-29

spread: add qemu:fedora-29-64

8cc0595... by Michael Vogt

Merge pull request #6744 from sergiocazzolato/tests-fix-parallel-install-interfaces

tests: make test parallel-install-interfaces work for boards with pre-installed snaps

18fcf84... by Maciej Borzecki

interfaces/apparmor: allow running /usr/bin/od

The tool has legitimate use.

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