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:
Nathan Cutler 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

@ -6,14 +6,6 @@ Fri Apr 13 21:49:36 UTC 2018 - ncutler@suse.com
+ adds new lz4 dependency for OSD
+ declares existing e2fsprogs dependency for ceph-disk
-------------------------------------------------------------------
Fri Apr 13 13:48:07 UTC 2018 - ncutler@suse.com
- checkin.sh: clone git repo to tempory directory under /tmp because there is a
bug in npm, due to which npm does not find the "ng" binary when the binary is
located inside dir path that contains ":", which is the case with OBS project
checkouts
-------------------------------------------------------------------
Thu Apr 12 19:06:20 UTC 2018 - ncutler@suse.com

View File

@ -6,14 +6,6 @@ Fri Apr 13 21:49:36 UTC 2018 - ncutler@suse.com
+ adds new lz4 dependency for OSD
+ declares existing e2fsprogs dependency for ceph-disk
-------------------------------------------------------------------
Fri Apr 13 13:48:07 UTC 2018 - ncutler@suse.com
- checkin.sh: clone git repo to tempory directory under /tmp because there is a
bug in npm, due to which npm does not find the "ng" binary when the binary is
located inside dir path that contains ":", which is the case with OBS project
checkouts
-------------------------------------------------------------------
Thu Apr 12 19:06:20 UTC 2018 - ncutler@suse.com

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"