SHA256
1
0
forked from pool/ceph

Accepting request 596567 from filesystems:ceph:mimic

13.0.2-1292

OBS-URL: https://build.opensuse.org/request/show/596567
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=180
This commit is contained in:
2018-04-14 21:52:39 +00:00
committed by Git OBS Bridge
parent 82cca6114c
commit 326dbd5a8f
3 changed files with 1 additions and 17 deletions

View File

@@ -88,7 +88,7 @@ if [ -n "$EXISTING" ] ; then
CLONE="$EXISTING"
else
echo "Will make fresh clone of repo ->$REPO<- branch ->$BRANCH<-"
TMPDIR=$(mktemp -d)
TMPDIR=$(mktemp -d --tmpdir=$BASEDIR)
echo "Created temporary temporary $TMPDIR"
git clone --branch $BRANCH $REPO $TMPDIR
CLONE="$TMPDIR"