[neon/infrastructure/pangea-data] imager: change it both places

Carlos De Maine null at kde.org
Tue Oct 1 16:28:27 BST 2024


Git commit 4a638befd11a4bd07410477a24ab299dabb8c3ad by Carlos De Maine.
Committed on 01/10/2024 at 15:28.
Pushed by carlosdem into branch 'master'.

change it both places

M  +1    -1    imager/build.sh

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

diff --git a/imager/build.sh b/imager/build.sh
index 4cfe0b7..bdcb0f6 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 = 'bigscreen' ] || [ $TYPE = 'developer' ] || [ $DIST = 'ko' ] ||  [ $TYPE = 'mobile' ]; then
+    if [ $TYPE = 'bigscreen' ] || [ $TYPE = 'developer' ] || [ $TYPE = '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