~mvo/snapd/+git/snapd-mvo:reenable-generator

Last commit made on 2019-07-16
Get this branch:
git clone -b reenable-generator https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
reenable-generator
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

4f6efc5... by Michael Vogt

tests: run apt update in lxd test to ensure packages data is up-to-date

9e4db36... by Michael Vogt

debian: fix break for the systemd version

6374a07... by Michael Vogt

packaging: apply the "Breaks: systemd (<< 237-3ubuntu10.25)" only on 18.04

349f986... by Michael Vogt

debian: re-enable systemd environment generator

This re-enables the systemd environment generator to fix bug
LP:#1771858. It also adds a break for the versions of systemd
that are not fixed.

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

Merge pull request #7028 from jhenstridge/systemd-client-instance-mode

systemd: add InstanceMode enumeration to control which systemd instance to control

3d27f3f... by "John R. Lenton" <email address hidden>

Merge pull request #7027 from jhenstridge/move-activation-helpers

netutil: extract socket activation helpers from daemon package.

d1d9ecb... by James Henstridge

systemd: improve documentation, and add checks for misuse of GlobalUserMode

54e91e2... by James Henstridge

systemd: add support for controlling different systemd instances

c1fdc93... by James Henstridge

netutil: extract socket activation helpers from daemon package.

57f9ad7... by Ondrej Kubik

interfaces: spi: update regex rules to accept spi nodes like spidev12345.0 (#7023)

updating allowed spi device node names
There are platforms (Mediatek) where spi device node is not single digit
e.g. /dev/spidev34566.0

Signed-off-by: Ondrej Kubik <email address hidden>