From ff575bd93d317bb520356d974255f3b08e6c513c Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Tue, 3 Oct 2017 15:52:06 -0700 Subject: [PATCH] add ubuntu-mate to the set of projects we add snap model assertions to. --- debian/changelog | 1 + live-build/auto/build | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 82a0ed6d..74383e04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ livecd-rootfs (2.465) UNRELEASED; urgency=medium favor of the generic-classic assertion from the store. * move snap assertion handling into the generic build script (and, in the process, from the subiquity overlay to the base squashfs). + * add ubuntu-mate to the set of projects we add snap model assertions to. -- Steve Langasek Tue, 03 Oct 2017 15:31:21 -0700 diff --git a/live-build/auto/build b/live-build/auto/build index 5f909533..2461a18a 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -298,7 +298,7 @@ deb file:/var/lib/preinstalled-pool/ $LB_DISTRIBUTION $LB_PARENT_ARCHIVE_AREAS rm chroot/etc/apt/sources.list.preinstall chroot/etc/apt/sources.list.orig fi case $PROJECT:$SUBPROJECT in - ubuntu-server:live) + ubuntu-server:live|ubuntu-mate:*) assertions_dir="chroot/var/lib/snapd/seed/assertions" model_assertion="$assertions_dir/generic-classic.model" account_key_assertion="$assertions_dir/generic.account-key"