From 77982219572e75ed9d8d8c33cca3b805d33138fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Mon, 6 Mar 2023 11:28:30 +0100 Subject: [PATCH] Do not use the ubuntucinnamon-desktop task for cinnamon builds, it doesn't seem to be present in the archive yet. Use the metapackage instead, which seems like a better way forward anyway. --- debian/changelog | 8 ++++++++ live-build/auto/config | 6 +++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a4eb7944..ecefb4a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.809) UNRELEASED; urgency=medium + + * Do not use the ubuntucinnamon-desktop task for cinnamon builds, it doesn't + seem to be present in the archive yet. Use the metapackage instead, which + seems like a better way forward anyway. + + -- Ɓukasz 'sil2100' Zemczak Mon, 06 Mar 2023 11:27:02 +0100 + livecd-rootfs (2.808) lunar; urgency=medium * Add ubuntucinnamon to the seed-determination switch-case. diff --git a/live-build/auto/config b/live-build/auto/config index 021a267c..63e826f0 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -786,7 +786,11 @@ case $PROJECT in ;; ubuntucinnamon) - add_task install minimal standard ubuntucinnamon-desktop + add_task install minimal standard + # The ubuntucinnamon task is not yet baked into the archive, + # but using the metapackage directly should be as good, if not + # better. + add_package install ubuntucinnamon-desktop LIVE_TASK='ubuntucinnamon-live' ;;