mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-24 16:52:42 +00:00
checkout sources in a new dir when retrieving rc packages
This commit is contained in:
parent
7ef4fffe5a
commit
1e89515c99
3
debian/orig-tar.sh
vendored
3
debian/orig-tar.sh
vendored
@ -78,6 +78,9 @@ checkout_sources() {
|
||||
|
||||
cd $SVN_ARCHIVES/
|
||||
DEST=$PROJECT-$BRANCH
|
||||
if test -n "$TAG"; then
|
||||
DEST=$DEST-$TAG
|
||||
fi
|
||||
if test -d $DEST; then
|
||||
cd $DEST
|
||||
if test -n "$BRANCH"; then
|
||||
|
Loading…
Reference in New Issue
Block a user