Seed snaps from stable, cause channels are msising.

This commit is contained in:
Dimitri John Ledkov 2019-05-31 10:51:09 +01:00
parent f85e411e6e
commit f3c89783ac
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.525.27~ppa1) bionic; urgency=medium
* Seed snaps from stable, cause channels are msising.
-- Dimitri John Ledkov <xnox@ubuntu.com> Fri, 31 May 2019 10:49:33 +0100
livecd-rootfs (2.525.26) bionic; urgency=medium livecd-rootfs (2.525.26) bionic; urgency=medium
* Strip translation files out of the minimal images, another thing that * Strip translation files out of the minimal images, another thing that

View File

@ -85,7 +85,7 @@ preinstall_snaps() {
snap_prepare chroot snap_prepare chroot
for snap in "$@"; do for snap in "$@"; do
snap_preseed chroot "${snap}" snap_preseed chroot "${snap}" stable
done done
lb chroot_resolv remove lb chroot_resolv remove
} }