[neon/infrastructure/pangea-data] imager: it's in two places

Carlos De Maine null at kde.org
Mon Sep 30 12:32:24 BST 2024


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

it's in two places

M  +1    -1    imager/build.sh

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

diff --git a/imager/build.sh b/imager/build.sh
index 454f365..095b6e4 100755
--- a/imager/build.sh
+++ b/imager/build.sh
@@ -178,7 +178,7 @@ if [ $TYPE = 'release' ] || [ $DIST = 'noble' ]; then
         mv $f $new_iso_name_timestamper
     done
 
-    if [ $TYPE = 'mobile' ] || [ $DIST = 'ko' ] ||  [ $TYPE = 'developer' ]; then
+    if [ $TYPE = 'bigscreen' ] || [ $TYPE = 'developer' ] || [ $DIST = 'ko' ] ||  [ $TYPE = 'mobile' ]; then
         new_iso_name_current="${IMAGENAME}-${DIST}-$new_type-current"
     else
         new_iso_name_current="${IMAGENAME}-${DIST}-${TYPE}-current"


More information about the Neon-commits mailing list