~mvo/snapd/+git/snapd-mvo:boot-uc20-3

Last commit made on 2019-11-26
Get this branch:
git clone -b boot-uc20-3 https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
boot-uc20-3
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

87956b3... by Michael Vogt

bootloader: add new bootloader.InstallBootConfig()

This commit adds a new InstallBootCofig to the bootloader
interface. The bootloaders use the generic uc16 implementation
currently so nothing changes. But this will make it possible
to have different behavior for the install of the bootconfig
for uc20 where we will need to install a recovery boot config
and also a "run" mode boot config.

d84f3a5... by Michael Vogt

Merge pull request #7754 from mvo5/release-2.42.2

release: 2.42.2

5ce333d... by Michael Vogt

Merge pull request #7713 from pedronis/seed-20-channel-override

 seed: Core 20 seeds channel overrides support for grade dangerous

b61b093... by Michael Vogt

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

bf6878c... by Michael Vogt

releasing package snapd version 2.42.2

5d8b0ab... by Michael Vogt

Merge pull request #7751 from cmatsuoka/cmd-get-fix-help

cmd: fix the get command help message

9b1b04b... by Michael Vogt

Merge pull request #7752 from sergiocazzolato/tests-enable-degraded-on-arch

tests: enable degraded test on arch linux after latest image updates

4b41199... by Maciej Borzecki

tests/main/system-usernames: Amazon Linux 2 comes with libseccomp 2.4.1 now

According to the test, the current images of AMZN2 have libseccomp 2.4.1 and
support log action. It's likely that libseccomp 2.4.1 was recently moved to
amzn2-core repository, before there was only 2.3.1 version avaialble. The rpm -q
--changelog of libseccomp does not show anything interesting, but if the package
was indeed moved between repositories, this would not show up.

Signed-off-by: Maciej Borzecki <email address hidden>

59be1f0... by Sergio Cazzolato

Enable degraded test on arch linux after latest image updates

98c1da1... by Ian Johnson

Merge pull request #7431 from anonymouse64/bugfix/snap-disabled-services-saving

overlord/snapstate: don't re-enable and start disabled services on refresh, etc.