[neon/infrastructure/pangea-data] imager: don't forget bigscreen and wrap&sort

Carlos De Maine null at kde.org
Mon Sep 30 12:31:42 BST 2024


Git commit 05e673bacc05dbc57f12824f81311fef6f54392c by Carlos De Maine.
Committed on 30/09/2024 at 11:31.
Pushed by carlosdem into branch 'master'.

don't forget bigscreen and wrap&sort

M  +1    -1    imager/build.sh

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

diff --git a/imager/build.sh b/imager/build.sh
index aac0512..454f365 100755
--- a/imager/build.sh
+++ b/imager/build.sh
@@ -167,7 +167,7 @@ cd ../result/
 if [ $TYPE = 'release' ] || [ $DIST = 'noble' ]; 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 = 'mobile' ] || [ $DIST = 'ko' ] ||  [ $TYPE = 'developer' ]; then
+    if [ $TYPE = 'bigscreen' ] || [ $TYPE = 'developer' ] || [ $DIST = 'ko' ] ||  [ $TYPE = 'mobile' ]; then
         new_iso_name_timestamped="${IMAGENAME}-${DIST}-$new_type-${DATETIME}"
     else
         new_iso_name_timestamped="${IMAGENAME}-${DIST}-${TYPE}-${DATETIME}"


More information about the Neon-commits mailing list