X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=buildscript_debian.sh;h=11dbd51d027db01ca2d3cde17cb2941ced2a910d;hb=e22e7b20d6fa0731db95e3bf17c66f002784828b;hp=3d020b1df06f0ce63c88875393176cb80b66b45b;hpb=e20f128f54e3dd70d57f7f7b50b8c41e1d67c4c8;p=pazpar2-moved-to-github.git diff --git a/buildscript_debian.sh b/buildscript_debian.sh index 3d020b1..11dbd51 100755 --- a/buildscript_debian.sh +++ b/buildscript_debian.sh @@ -2,7 +2,7 @@ PROJECT=$1 TYPE=tar.gz RPMBUILD_HOST=centos5 -if ~/proj/git-tools/id-deb-build/check-for-dummy.sh ; then +if ../git-tools/id-deb-build/check-versions.sh ; then echo "Version $VERSION OK" . IDMETA else @@ -14,7 +14,7 @@ if [ "$PROJECT" == "" ] ; then exit 1 fi -if [ "$2" != ""] +if [ "$2" != "" ] ; then TYPE=$2 fi @@ -31,7 +31,7 @@ if ./buildconf.sh -d ; then if ~/proj/git-tools/id-deb-build/id-pbuild.sh ; then echo Upload and update repo else - echo "Failed to build $PROJECT $VERSION + echo "Failed to build $PROJECT $VERSION" exit fi else