From 0e4eec7adbc639e44a6beb9bca687fec75cfd2fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Fri, 1 Mar 2024 12:10:31 +0100 Subject: [PATCH] Use ubuntu-image from candidate. --- debian/changelog | 8 ++++++++ live-build/auto/build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 913e3b2c..52cdf912 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (24.04.44) UNRELEASED; urgency=medium + + * Switch to using the candidate channel for the ubuntu-image snap. This way + we can more easily make use of fixes in ubuntu-image without having to + wait for the full validation process to finish. + + -- Ɓukasz 'sil2100' Zemczak Fri, 01 Mar 2024 12:08:13 +0100 + livecd-rootfs (24.04.43) noble; urgency=medium * Set the required debconf settings to allow for noninteractive diff --git a/live-build/auto/build b/live-build/auto/build index a3a187dc..9911708f 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -24,7 +24,7 @@ if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then # Use ubuntu-image instead of live-build export SNAPPY_STORE_NO_CDN=1 - LB_UBUNTU_IMAGE_CHANNEL="${LB_UBUNTU_IMAGE_CHANNEL:-stable}" + LB_UBUNTU_IMAGE_CHANNEL="${LB_UBUNTU_IMAGE_CHANNEL:-candidate}" snap install \ --classic --channel="$LB_UBUNTU_IMAGE_CHANNEL" ubuntu-image