~mvo/snapd/+git/snapd-mvo:snap-verify-stub

Last commit made on 2019-05-21
Get this branch:
git clone -b snap-verify-stub https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
snap-verify-stub
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

48cb3c0... by Michael Vogt

Merge remote-tracking branch 'upstream/20' into snap-verify-stub

f6b7a5d... by Michael Vogt

cmd: add snap-verify stub binary

We will need a snap-verify binary in snapd that is able to validate
snaps from e.g. the recovery partition using a set of assertions
from a given directory.

This PR adds a stub implementation of the tool and makes the
packaging aware of it. For now it will only be available in
the Ubuntu packaging as it is a rather specialized tool. This
may change in the future.

2c19802... by "John R. Lenton" <email address hidden>

Merge pull request #6803 from chipaca/cohort-snap-action

daemon, o/snapstate, store: support for installing from cohorts

ac43d0d... by Sergio Cazzolato

Merge pull request #6874 from bboozzoo/bboozzoo/don-t-mount-over-symlinks

cmd/snap-confine: do not mount over non files/directories

af1c837... by Sergio Cazzolato

Merge pull request #6618 from sergiocazzolato/tests-snapd-from-ppa

tests: validates snapd from ppa

34475fd... by John Lenton

Merge branch 'master' into cohort-snap-action

02b1859... by John Lenton

Merge branch 'cohort-snap-action' of github.com:chipaca/snappy into cohort-snap-action

1c59bd7... by John Lenton

overlord/snapstate: polish, and add a test

thanks @pedronis for the review

daffead... by John Lenton

daemon: prune cohort key in log and change summary; add test

thanks @pedronis for the review

e4dc260... by Michael Vogt

snapstate: add missing c.Assert(err, IsNil)