[neon/infrastructure/pangea-data] imager: fix iso_volume names

Carlos De Maine null at kde.org
Thu Nov 7 12:06:51 GMT 2024


Git commit 1ff0f6febc0125807a69b8f38570e78e0eb4976a by Carlos De Maine.
Committed on 07/11/2024 at 06:06.
Pushed by carlosdem into branch 'master'.

fix iso_volume names

M  +1    -1    imager/config-settings-neon-bigscreen.sh
M  +1    -1    imager/config-settings-neon-developer.sh

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

diff --git a/imager/config-settings-neon-bigscreen.sh b/imager/config-settings-neon-bigscreen.sh
index a935e31..9451ea9 100644
--- a/imager/config-settings-neon-bigscreen.sh
+++ b/imager/config-settings-neon-bigscreen.sh
@@ -7,7 +7,7 @@ EDITION=$(echo $NEONARCHIVE | sed 's,/, ,')
 export LB_ISO_APPLICATION="KDE neon Plasma BigScreen Live"
 export LB_ISO_PREPARER="KDE neon team"
 export LB_ISO_PUBLISHER="KDE neon team"
-export LB_ISO_VOLUME="${IMAGENAME}${EDITION} \$(date +%y%m%d)"
+export LB_ISO_VOLUME="${IMAGENAME}${EDITION} BigScreen\$(date +%y%m%d)"
 
 ## other various other live-build settings
 export LB_APT_SOURCE_ARCHIVES="true"
diff --git a/imager/config-settings-neon-developer.sh b/imager/config-settings-neon-developer.sh
index 9e8b6e1..b80c347 100644
--- a/imager/config-settings-neon-developer.sh
+++ b/imager/config-settings-neon-developer.sh
@@ -7,7 +7,7 @@ EDITION=$(echo $NEONARCHIVE | sed 's,/, ,')
 export LB_ISO_APPLICATION="KDE neon Plasma Desktop Developer Live"
 export LB_ISO_PREPARER="KDE neon team"
 export LB_ISO_PUBLISHER="KDE neon team"
-export LB_ISO_VOLUME="${IMAGENAME} ${EDITION} \$(date +%Y%m%d-%H:%M)"
+export LB_ISO_VOLUME="${IMAGENAME} ${EDITION} DEV \$(date +%Y%m%d-%H:%M)"
 
 ## other various other live-build settings
 export LB_APT_SOURCE_ARCHIVES="true"


More information about the Neon-commits mailing list