[neon/infrastructure/pangea-data] imager: stupid 32 character lb_iso_volume naming limit

Carlos De Maine null at kde.org
Thu Nov 7 05:28:49 GMT 2024


Git commit 7d3b7f4e82576ce8700991a8fa6aa1671d927783 by Carlos De Maine.
Committed on 07/11/2024 at 05:28.
Pushed by carlosdem into branch 'master'.

stupid 32 character lb_iso_volume naming limit

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

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

diff --git a/imager/config-settings-neon-bigscreen.sh b/imager/config-settings-neon-bigscreen.sh
index 4965c18..a935e31 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} BigScreen \$(date +%Y%m%d)"
+export LB_ISO_VOLUME="${IMAGENAME}${EDITION} \$(date +%y%m%d)"
 
 ## other various other live-build settings
 export LB_APT_SOURCE_ARCHIVES="true"


More information about the Neon-commits mailing list