~mvo/snapd/+git/snapd-mvo:detect-invalid-udev

Last commit made on 2017-10-17
Get this branch:
git clone -b detect-invalid-udev https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
detect-invalid-udev
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

36016fa... by Michael Vogt

tests: check for invalid udev files during all tests

To prevent typos like
https://github.com/snapcore/snapd/pull/3617/files#diff-ec8cacef522dbb27eeb9ceed25f03b22R249
this PR adds a check that ensures we never create invalid udev
files during the tests.

1359c8b... by Zygmunt Krynicki

Merge pull request #4046 from mvo5/release-2.28.5

release: snapd 2.28.5

44409a1... by Michael Vogt

Merge remote-tracking branch 'upstream/release/2.28' into release-2.28.5

73d7507... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into release-2.28.5

8541f68... by Michael Vogt

releasing package snapd version 2.28.5

e4e0640... by Michael Vogt

Merge pull request #4045 from mvo5/cleanup-broken-nvidia-2.28

snap-confine: cleanup broken nvidia (2.28)

0a74786... by Michael Vogt

snap-confine: cleanup incorrectly created nvidia udev tags (2.28)

This PR will remove incorrectly created udev tag
that cause libudev on 16.04 to fail with
"udev_enumerate_scan failed".

See also:
https://forum.snapcraft.io/t/weird-udev-enumerate-error/2360/17

f5f9252... by Michael Vogt

snap-confine: cleanup incorrectly created nvidia udev tags

This will remove incorrectly created udev tags that cause libudev on 16.04 to fail with "udev_enumerate_scan failed". See https://forum.snapcraft.io/t/weird-udev-enumerate-error/2360/17

99eb1db... by Zygmunt Krynicki

cmd/snap-confine: update valid security tag regexp

This was triggered by a bug where "12to8" snap with "12to8" app would
fail to validate as security tag.

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

29f0971... by Michael Vogt

Merge pull request #4043 from zyga/fix/snap-name-validate

cmd/snap-confine: update valid security tag regexp