~snappy-dev/snapd/+git/snapd-pawel:fix-revert-arg

Last commit made on 2017-04-20
Get this branch:
git clone -b fix-revert-arg https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
fix-revert-arg
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

883b0d5... by Paweł Stołowski

Require snap name for 'snap revert'.

4e851f7... by Michael Vogt

Merge pull request #3070 from stolowski/config-per-revision

overlord: maintain per-revision snapshots of snap configuration

e35635b... by Paweł Stołowski

Merge pull request #3207 from mvo5/fix-adt-tests-with-stable-core

tests: relax network-bind interface regexps

9d04b24... by Michael Vogt

Merge pull request #3201 from jdstrand/bring-back-reverted-seccomp

interfaces: re-add reverted ioctl and quotactl (revert 21bc6b9f)

041b03b... by Zygmunt Krynicki

Merge pull request #3159 from mvo5/retry-once-on-hashsum-mismatch

store: retry once on hashsum mismatches in a Download()

2d4b6ca... by Jamie Strandboge

Merge branch 'bring-back-reverted-seccomp' of github.com:jdstrand/snapd into bring-back-reverted-seccomp

787b55b... by Jamie Strandboge

Merge remote-tracking branch 'upstream/master' into bring-back-reverted-seccomp

91197df... by Michael Vogt

relax network-bind tests to ensure they work with both edge and stable core

0dcd203... by Michael Vogt

Merge pull request #3204 from zyga/fix/content-plug-nil-attr-map

interfaces/builtin: don't panic if content plug has nil attrs

817111a... by Zygmunt Krynicki

interfaces/builtin: don't panic if content plug has nil attrs

This patch fixes a bug that was reported on the forum
https://forum.snapcraft.io/t/snapd-service-doesnt-start/319

A plug that has nil attr map will fail to sanitize and will cause a
panic instead. This patch fixes the issue so that the plug can correctly
sanitize and return an error.

Signed-off-by: Zygmunt Krynicki <email address hidden>