[neon/infrastructure/pangea-data] imager: comment out til we work out why FUTURE_SERIES isn't being passed through

Carlos De Maine null at kde.org
Thu Nov 21 01:29:09 GMT 2024


Git commit f92048ed6a811d10065f4668464864328580a743 by Carlos De Maine.
Committed on 21/11/2024 at 01:28.
Pushed by carlosdem into branch 'master'.

comment out til we work out why FUTURE_SERIES isn't being passed through

M  +2    -1    imager/build.sh

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

diff --git a/imager/build.sh b/imager/build.sh
index d12c509..2b71891 100755
--- a/imager/build.sh
+++ b/imager/build.sh
@@ -24,7 +24,8 @@ export IMAGENAME=$6
 export NEONARCHIVE=$7
 export FUTURE_SERIES=$8
 
-if [ -z $WD ] || [ -z $DIST ] || [ -z $ARCH ] || [ -z $TYPE ] || [ -z $METAPACKAGE ] || [ -z $IMAGENAME ] || [ -z $NEONARCHIVE ] || [ -z $FUTURE_SERIES ]; then
+#if [ -z $WD ] || [ -z $DIST ] || [ -z $ARCH ] || [ -z $TYPE ] || [ -z $METAPACKAGE ] || [ -z $IMAGENAME ] || [ -z $NEONARCHIVE ] || [ -z $FUTURE_SERIES ]; then
+if [ -z $WD ] || [ -z $DIST ] || [ -z $ARCH ] || [ -z $TYPE ] || [ -z $METAPACKAGE ] || [ -z $IMAGENAME ] || [ -z $NEONARCHIVE ] then
     echo "!!! Not all arguments provided! ABORT !!!"
     env
     exit 1


More information about the Neon-commits mailing list