mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 15:03:59 +00:00
fix the repack script
This commit is contained in:
parent
8490839ffd
commit
ab8deecd86
4
debian/orig-tar.sh
vendored
4
debian/orig-tar.sh
vendored
@ -15,7 +15,7 @@ set -e
|
|||||||
|
|
||||||
SVN_BASE_URL=http://llvm.org/svn/llvm-project/
|
SVN_BASE_URL=http://llvm.org/svn/llvm-project/
|
||||||
MAJOR_VERSION=3.7
|
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
|
if test -n "$1"; then
|
||||||
# http://llvm.org/svn/llvm-project/{cfe,llvm,compiler-rt,...}/branches/google/stable/
|
# http://llvm.org/svn/llvm-project/{cfe,llvm,compiler-rt,...}/branches/google/stable/
|
||||||
@ -73,7 +73,7 @@ fi
|
|||||||
|
|
||||||
if test -n "$RCRELEASE"; then
|
if test -n "$RCRELEASE"; then
|
||||||
# VERSION=$MAJOR_VERSION"+"$REVISION # WAS TAG
|
# VERSION=$MAJOR_VERSION"+"$REVISION # WAS TAG
|
||||||
VERSION=$MAJOR_VERSION"~+"$TAG
|
VERSION=$CURRENT_VERSION"~+"$TAG
|
||||||
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
|
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
|
||||||
else
|
else
|
||||||
VERSION=$CURRENT_VERSION"~svn"$REVISION
|
VERSION=$CURRENT_VERSION"~svn"$REVISION
|
||||||
|
Loading…
Reference in New Issue
Block a user