From a688f412380a7acdc483c62b0f53fac34dabc096 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 13 Nov 2019 11:39:07 +0100 Subject: [PATCH] more cleanup in the repack script --- debian/orig-tar.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 7a755ff3..e2a535af 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -76,6 +76,8 @@ cd git-archive if test -d llvm-project; then # Update it cd llvm-project + git clean -qfd + git checkout . git remote update > /dev/null git reset --hard origin/master > /dev/null git clean -qfd