mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-08 09:30:22 +00:00
fix the repack script
This commit is contained in:
parent
ab71a5877c
commit
78e19419a0
3
debian/orig-tar.sh
vendored
3
debian/orig-tar.sh
vendored
@ -15,6 +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.4
|
MAJOR_VERSION=3.4
|
||||||
|
CURRENT_VERSION=3.4.2
|
||||||
|
|
||||||
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/
|
||||||
@ -74,7 +75,7 @@ if test -n "$RCRELEASE"; then
|
|||||||
VERSION=$MAJOR_VERSION"+"$REVISION # WAS TAG
|
VERSION=$MAJOR_VERSION"+"$REVISION # WAS TAG
|
||||||
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
|
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
|
||||||
else
|
else
|
||||||
VERSION=$MAJOR_VERSION"~svn"$REVISION
|
VERSION=$CURRENT_VERSION"~svn"$REVISION
|
||||||
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
|
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user