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

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

Branch merges

Branch information

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

Recent commits

990df3f... by Michael Vogt

image: make missing files/invalid yaml errors also part of the errs list (thanks to Ian)

7957ffd... by Michael Vogt

image: tweak error message in ValidateSeed

c271967... by Michael Vogt

image: move validate-seed related tests to validate_seed_test.go

9126ceb... by Michael Vogt

image: improve ValidateSeed code layout (thanks Samuele)

fe12663... by Michael Vogt

image: show all validation errors in ValidateSeed

a1b3890... by Michael Vogt

image: check "core" in ValidateSeed

8cb5a67... by Michael Vogt

image: ensure "core" or "snapd" snap is available in ValidateSeed

Also refactor/improve the tests.

65654e5... by Michael Vogt

snap: add checks in validate-seed for missing base/default-provider

The `snap debug validate-seed` was only doing very basic checks.
This PR improves the checks to also validate that the seed contains
all bases/default-providers.

e0234de... by Paweł Stołowski

overlord/patch: simplify conditions for re-applying sublevel patches for level 6 (#7016)

Simplify conditions for re-applying sublevel patches for patch level 6: check snapd version string and reset sublevel back to 0 if it's different from last snapd version. This fixes issue with coming from and old core to a new snapd (either from a deb or snapd snap), and with a missing current symlink on core observed in some edge cases of failed rollback.

1aa1b51... by Michael Vogt

Merge pull request #7093 from jdstrand/seccomp-compiler-testnames-and-comments

seccomp/compiler: adjust test case names and comment for later changes