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

Carlos De Maine null at kde.org
Thu Nov 21 06:51:40 GMT 2024


Git commit e6867c94dc77652c9db5bb83ee515baabe46777b by Carlos De Maine.
Committed on 21/11/2024 at 06:51.
Pushed by carlosdem into branch 'master'.

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

This reverts commit f92048ed6a811d10065f4668464864328580a743.

M  +1    -2    imager/build.sh

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

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



More information about the Neon-commits mailing list