mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-25 11:31:34 +00:00
Revert "make sure that we git pull when we checkout"
This reverts commit 511e17677b
.
This commit is contained in:
parent
511e17677b
commit
b5cbf7ebaf
2
debian/orig-tar.sh
vendored
2
debian/orig-tar.sh
vendored
@ -91,7 +91,6 @@ cd llvm-project
|
|||||||
if test -z "$TAG" -a -z "$FINAL_RELEASE"; then
|
if test -z "$TAG" -a -z "$FINAL_RELEASE"; then
|
||||||
# Building a branch
|
# Building a branch
|
||||||
git checkout $BRANCH
|
git checkout $BRANCH
|
||||||
git pull
|
|
||||||
if test $BRANCH != "master"; then
|
if test $BRANCH != "master"; then
|
||||||
VERSION=$(echo $BRANCH|cut -d/ -f2|cut -d. -f1)
|
VERSION=$(echo $BRANCH|cut -d/ -f2|cut -d. -f1)
|
||||||
if ! echo "$MAJOR_VERSION"|grep -q "$VERSION"; then
|
if ! echo "$MAJOR_VERSION"|grep -q "$VERSION"; then
|
||||||
@ -121,7 +120,6 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
git checkout "$git_tag" > /dev/null
|
git checkout "$git_tag" > /dev/null
|
||||||
git pull
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user