[neon/infrastructure/pangea-data] imager: do not put dist name in noble images now we are all about the noble
Jonathan Riddell
null at kde.org
Thu Oct 10 15:14:03 BST 2024
Git commit 756d717d0d593f67886b20ad7cf8da287ec29a9c by Jonathan Riddell.
Committed on 10/10/2024 at 14:14.
Pushed by jriddell into branch 'master'.
do not put dist name in noble images now we are all about the noble
M +3 -1 imager/build.sh
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/756d717d0d593f67886b20ad7cf8da287ec29a9c
diff --git a/imager/build.sh b/imager/build.sh
index bdcb0f6..f0561b1 100755
--- a/imager/build.sh
+++ b/imager/build.sh
@@ -163,8 +163,10 @@ cd ../result/
+# During LTS update
# change to include $DIST to be able to differentiate iso's e.g.-> neon-noble-release-#######.iso
-if [ $TYPE = 'release' ] || [ $DIST = 'noble' ]; then
+# if [ $TYPE = 'release' ] || [ $DIST = 'noble' ]; then
+if [ $TYPE = 'release' ]; then
# morph type into new_type so that the edition is in the iso name for the special cases
new_type="${NEONARCHIVE}-${TYPE}"
if [ $TYPE = 'bigscreen' ] || [ $TYPE = 'developer' ] || [ $TYPE = 'ko' ] || [ $TYPE = 'mobile' ]; then
More information about the Neon-commits
mailing list