add ubuntu-mate to the set of projects we add snap model assertions to.

ubuntu/artful
Steve Langasek 7 years ago
parent 12b07ae5af
commit ff575bd93d

1
debian/changelog vendored

@ -4,6 +4,7 @@ livecd-rootfs (2.465) UNRELEASED; urgency=medium
favor of the generic-classic assertion from the store. favor of the generic-classic assertion from the store.
* move snap assertion handling into the generic build script (and, in * move snap assertion handling into the generic build script (and, in
the process, from the subiquity overlay to the base squashfs). 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 <steve.langasek@ubuntu.com> Tue, 03 Oct 2017 15:31:21 -0700 -- Steve Langasek <steve.langasek@ubuntu.com> Tue, 03 Oct 2017 15:31:21 -0700

@ -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 rm chroot/etc/apt/sources.list.preinstall chroot/etc/apt/sources.list.orig
fi fi
case $PROJECT:$SUBPROJECT in case $PROJECT:$SUBPROJECT in
ubuntu-server:live) ubuntu-server:live|ubuntu-mate:*)
assertions_dir="chroot/var/lib/snapd/seed/assertions" assertions_dir="chroot/var/lib/snapd/seed/assertions"
model_assertion="$assertions_dir/generic-classic.model" model_assertion="$assertions_dir/generic-classic.model"
account_key_assertion="$assertions_dir/generic.account-key" account_key_assertion="$assertions_dir/generic.account-key"

Loading…
Cancel
Save