projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3f26e5
)
Fixes: now runs but need verification
author
Dennis Schafroth
<dennis@indexdata.com>
Wed, 14 Mar 2012 13:19:49 +0000
(13:19 +0000)
committer
Dennis Schafroth
<dennis@indexdata.com>
Wed, 14 Mar 2012 13:19:49 +0000
(13:19 +0000)
buildscript_debian.sh
patch
|
blob
|
history
diff --git
a/buildscript_debian.sh
b/buildscript_debian.sh
index
3d020b1
..
11dbd51
100755
(executable)
--- 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