FS-8271 adding some logging, and more cautious handling of spaces in params
This commit is contained in:
parent
a53659c086
commit
1306d4b9a1
|
@ -23,6 +23,8 @@ then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "./build/debpkgs.sh script is building FreeSWITCH Debian packages"
|
||||||
|
|
||||||
VERSION=`cat ./build/next-release.txt`
|
VERSION=`cat ./build/next-release.txt`
|
||||||
echo "This Version: $VERSION"
|
echo "This Version: $VERSION"
|
||||||
|
|
||||||
|
@ -70,7 +72,7 @@ EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
./debian/util.sh build-all -a $a -c $c -T $T -K $K -f ./build/modules.conf.most -j -bn -z9 -v$VERSION-$n~$HASH
|
./debian/util.sh build-all -a "$a" -c "$c" -T $T -K $K -f ./build/modules.conf.most -j -bn -z9 -v$VERSION-$n~$HASH
|
||||||
|
|
||||||
if [ $(ls -al ../freeswitch-mod* | wc -l) -lt 10 ]; then false; else true; fi
|
if [ $(ls -al ../freeswitch-mod* | wc -l) -lt 10 ]; then false; else true; fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue