mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 12:54:47 +00:00
hopefully fix the repack script
This commit is contained in:
parent
e7c0c92881
commit
4614163d81
1
debian/orig-tar.sh
vendored
1
debian/orig-tar.sh
vendored
@ -91,6 +91,7 @@ cd llvm-project
|
||||
if test -z "$TAG" -a -z "$FINAL_RELEASE"; then
|
||||
# Building a branch
|
||||
git checkout $BRANCH
|
||||
git reset --hard origin/$BRANCH
|
||||
if test $BRANCH != "master"; then
|
||||
VERSION=$(echo $BRANCH|cut -d/ -f2|cut -d. -f1)
|
||||
if ! echo "$MAJOR_VERSION"|grep -q "$VERSION"; then
|
||||
|
Loading…
Reference in New Issue
Block a user