mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 14:48:35 +00:00
allow usage of previous version + comments
This commit is contained in:
parent
97bb203369
commit
c6618277c3
5
debian/orig-tar.sh
vendored
5
debian/orig-tar.sh
vendored
@ -18,11 +18,12 @@ MAJOR_VERSION=3.4
|
|||||||
|
|
||||||
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/
|
||||||
|
# For example: sh 3.4/debian/orig-tar.sh release_34
|
||||||
BRANCH=$1
|
BRANCH=$1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -n "$1" -a -n "$2"; then
|
if test -n "$1" -a -n "$2"; then
|
||||||
# http://llvm.org/svn/llvm-project/{cfe,llvm,compiler-rt,...}/branches/google/stable/
|
# http://llvm.org/svn/llvm-project/{cfe,llvm,compiler-rt,...}/tags/RELEASE_34/rc1/
|
||||||
BRANCH=$1
|
BRANCH=$1
|
||||||
TAG=$2
|
TAG=$2
|
||||||
RCRELEASE="true"
|
RCRELEASE="true"
|
||||||
@ -125,6 +126,6 @@ cd $PATH_DEBIAN
|
|||||||
if test -z "$DISTRIBUTION"; then
|
if test -z "$DISTRIBUTION"; then
|
||||||
DISTRIBUTION="experimental"
|
DISTRIBUTION="experimental"
|
||||||
fi
|
fi
|
||||||
dch --distribution $DISTRIBUTION --newversion 1:$VERSION-1~exp1 "New snapshot release"
|
dch --allow-lower-version --distribution $DISTRIBUTION --newversion 1:$VERSION-1~exp1 "New snapshot release"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user