[neon/infrastructure/pangea-data] imager: $TYPE NOT $DIST
Carlos De Maine
null at kde.org
Tue Oct 1 16:22:52 BST 2024
Git commit 88f78822615ad15a227914e341ff3ee697bfd25d by Carlos De Maine.
Committed on 01/10/2024 at 15:22.
Pushed by carlosdem into branch 'master'.
$TYPE NOT $DIST
M +1 -1 imager/build.sh
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/88f78822615ad15a227914e341ff3ee697bfd25d
diff --git a/imager/build.sh b/imager/build.sh
index 2f385e2..4cfe0b7 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 = 'bigscreen' ] || [ $TYPE = 'developer' ] || [ $DIST = 'ko' ] || [ $TYPE = 'mobile' ]; then
+ if [ $TYPE = 'bigscreen' ] || [ $TYPE = 'developer' ] || [ $TYPE = '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