checkout sources in a new dir when retrieving rc packages

This commit is contained in:
Sylvestre Ledru 2017-08-12 09:35:05 +00:00
parent 7ef4fffe5a
commit 1e89515c99

3
debian/orig-tar.sh vendored
View File

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