fix the repack script

This commit is contained in:
Sylvestre Ledru 2015-11-18 10:47:04 +00:00
parent 8490839ffd
commit ab8deecd86

4
debian/orig-tar.sh vendored
View File

@ -15,7 +15,7 @@ set -e
SVN_BASE_URL=http://llvm.org/svn/llvm-project/
MAJOR_VERSION=3.7
CURRENT_VERSION=3.7 # Should be changed to 3.5.1 later
CURRENT_VERSION=3.7.1 # Should be changed to 3.7.1 later
if test -n "$1"; then
# http://llvm.org/svn/llvm-project/{cfe,llvm,compiler-rt,...}/branches/google/stable/
@ -73,7 +73,7 @@ fi
if test -n "$RCRELEASE"; then
# VERSION=$MAJOR_VERSION"+"$REVISION # WAS TAG
VERSION=$MAJOR_VERSION"~+"$TAG
VERSION=$CURRENT_VERSION"~+"$TAG
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
else
VERSION=$CURRENT_VERSION"~svn"$REVISION