more cleanup in the repack script

This commit is contained in:
Sylvestre Ledru 2019-11-13 11:39:07 +01:00
parent 98ec7d068d
commit a688f41238

2
debian/orig-tar.sh vendored
View File

@ -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