mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 13:27:05 +00:00
when updating, force the cleanup
This commit is contained in:
parent
d2d447397f
commit
af2ff2df38
2
debian/orig-tar.sh
vendored
2
debian/orig-tar.sh
vendored
@ -77,8 +77,10 @@ checkout_sources() {
|
||||
if test -d $DEST; then
|
||||
cd $DEST
|
||||
if test -n "$BRANCH"; then
|
||||
svn cleanup
|
||||
svn up
|
||||
else
|
||||
svn cleanup
|
||||
svn up -r $REVISION
|
||||
fi
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user