From f3c89783ac7670f82d67ac9afa1e660a7c0a30fa Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Fri, 31 May 2019 10:51:09 +0100 Subject: [PATCH] Seed snaps from stable, cause channels are msising. --- debian/changelog | 6 ++++++ live-build/auto/build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ba52ae82..fa76d56a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.525.27~ppa1) bionic; urgency=medium + + * Seed snaps from stable, cause channels are msising. + + -- Dimitri John Ledkov Fri, 31 May 2019 10:49:33 +0100 + livecd-rootfs (2.525.26) bionic; urgency=medium * Strip translation files out of the minimal images, another thing that diff --git a/live-build/auto/build b/live-build/auto/build index e12bff2f..0b62e2ee 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -85,7 +85,7 @@ preinstall_snaps() { snap_prepare chroot for snap in "$@"; do - snap_preseed chroot "${snap}" + snap_preseed chroot "${snap}" stable done lb chroot_resolv remove }