[neon/infrastructure/pangea-data] imager: kernels per edition and wrap&sort

Carlos De Maine null at kde.org
Fri Aug 16 08:44:42 BST 2024


Git commit faa1bf3549fd1273ae721df3c582d06f0dc50426 by Carlos De Maine.
Committed on 16/08/2024 at 07:43.
Pushed by carlosdem into branch 'master'.

kernels per edition and wrap&sort

M  +7    -2    imager/config-settings-neon.sh

https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/faa1bf3549fd1273ae721df3c582d06f0dc50426

diff --git a/imager/config-settings-neon.sh b/imager/config-settings-neon.sh
index 6c8a292..c733176 100644
--- a/imager/config-settings-neon.sh
+++ b/imager/config-settings-neon.sh
@@ -2,11 +2,16 @@ set -ex
 echo "neon -- config-settings-neon"
 
 EDITION=$(echo $NEONARCHIVE | sed 's,/, ,')
+export LB_APT_SOURCE_ARCHIVES="true"
 export LB_ISO_VOLUME="${IMAGENAME} ${EDITION} \$(date +%Y%m%d-%H:%M)"
 export LB_ISO_APPLICATION="KDE neon Live"
-#export LB_LINUX_FLAVOURS="generic-hwe-22.04"
 export LB_LINUX_PACKAGES="linux"
-export LB_APT_SOURCE_ARCHIVES="true"
+
+if [ "$VERSION_CODENAME" = "jammy" ]; then
+    export LB_LINUX_FLAVOURS="generic-hwe-22.04"
+else
+    export LB_LINUX_FLAVOURS="generic-hwe-24.04"
+fi
 
 export _COLOR="true"
 export _DEBUG="true"



More information about the Neon-commits mailing list