From b5cbf7ebafdf1fea6302dd1a102430fe260d27be Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 30 Oct 2019 23:58:03 +0100 Subject: [PATCH] Revert "make sure that we git pull when we checkout" This reverts commit 511e17677b0d52fa57e567bd96c1924aab658340. --- debian/orig-tar.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 261c6f66..030f9c2a 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -91,7 +91,6 @@ cd llvm-project if test -z "$TAG" -a -z "$FINAL_RELEASE"; then # Building a branch git checkout $BRANCH - git pull if test $BRANCH != "master"; then VERSION=$(echo $BRANCH|cut -d/ -f2|cut -d. -f1) if ! echo "$MAJOR_VERSION"|grep -q "$VERSION"; then @@ -121,7 +120,6 @@ else fi git checkout "$git_tag" > /dev/null - git pull fi