SHA256
1
0
forked from pool/ceph

Accepting request 596565 from filesystems:ceph:mimic

13.0.2-1292

OBS-URL: https://build.opensuse.org/request/show/596565
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=179
This commit is contained in:
2018-04-14 21:49:29 +00:00
committed by Git OBS Bridge
parent 4eac6500cd
commit 82cca6114c
7 changed files with 54 additions and 22 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=$BASEDIR)
TMPDIR=$(mktemp -d)
echo "Created temporary temporary $TMPDIR"
git clone --branch $BRANCH $REPO $TMPDIR
CLONE="$TMPDIR"