mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 11:00:08 +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
|
if test -d $DEST; then
|
||||||
cd $DEST
|
cd $DEST
|
||||||
if test -n "$BRANCH"; then
|
if test -n "$BRANCH"; then
|
||||||
|
svn cleanup
|
||||||
svn up
|
svn up
|
||||||
else
|
else
|
||||||
|
svn cleanup
|
||||||
svn up -r $REVISION
|
svn up -r $REVISION
|
||||||
fi
|
fi
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user