SHA256
1
0
forked from pool/ceph

Accepting request 779069 from filesystems:ceph:octopus

new factory sr

OBS-URL: https://build.opensuse.org/request/show/779069
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=260
This commit is contained in:
2020-02-25 13:02:33 +00:00
committed by Git OBS Bridge
parent a97141d229
commit f778c08635
8 changed files with 680 additions and 500 deletions

View File

@@ -92,7 +92,7 @@ else
# TMPDIR=$(mktemp -d --tmpdir=$BASEDIR) # does not work due to http://tracker.ceph.com/issues/39556
TMPDIR=$(mktemp -d)
echo "Created temporary temporary $TMPDIR"
git clone --branch $BRANCH $REPO $TMPDIR
git clone --progress --branch $BRANCH $REPO $TMPDIR
CLONE="$TMPDIR"
fi
_check_ceph_clone "$CLONE"