mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-25 11:31:34 +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/
|
cd $SVN_ARCHIVES/
|
||||||
DEST=$PROJECT-$BRANCH
|
DEST=$PROJECT-$BRANCH
|
||||||
|
if test -n "$TAG"; then
|
||||||
|
DEST=$DEST-$TAG
|
||||||
|
fi
|
||||||
if test -d $DEST; then
|
if test -d $DEST; then
|
||||||
cd $DEST
|
cd $DEST
|
||||||
if test -n "$BRANCH"; then
|
if test -n "$BRANCH"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user