提交 1306d4b9 authored 作者: William King's avatar William King

FS-8271 adding some logging, and more cautious handling of spaces in params

上级 a53659c0
......@@ -23,6 +23,8 @@ then
exit 1
fi
echo "./build/debpkgs.sh script is building FreeSWITCH Debian packages"
VERSION=`cat ./build/next-release.txt`
echo "This Version: $VERSION"
......@@ -70,7 +72,7 @@ EOF
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
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论