From f8dd8502ce7ce29bd5e08dc021a924e4e25797fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Tue, 22 Oct 2019 17:17:38 +0200 Subject: [PATCH] Fix typo in auto/build regarding core builds. --- debian/changelog | 7 +++++++ live-build/auto/build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a96e32d1..f99d569d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.525.32) UNRELEASED; urgency=medium + + * Fix a terrible typo in auto/build that causes all core18 builds to fail on + this series (LP: #1849343). + + -- Ɓukasz 'sil2100' Zemczak Tue, 22 Oct 2019 17:09:57 +0200 + livecd-rootfs (2.525.31) bionic; urgency=medium * magic-proxy: dump proxy log to stdout on failure (LP: #1847300) diff --git a/live-build/auto/build b/live-build/auto/build index d57eaef3..ae6d2806 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -47,7 +47,7 @@ PREFIX="livecd.$PROJECT${SUBARCH:+-$SUBARCH}" if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then # Use ubuntu-image instead of live-build - if [ "$PROJECT" = "ubuntu-core"]; then + if [ "$PROJECT" = "ubuntu-core" ]; then CHANNEL="${CHANNEL:-edge}" env SNAPPY_STORE_NO_CDN=1 \ ubuntu-image snap -c "$CHANNEL" $UBUNTU_IMAGE_ARGS \