From 326dbd5a8ffaf3a6aa9c14d310116b9a6f49377a6716248222d276c3aec11438 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Sat, 14 Apr 2018 21:52:39 +0000 Subject: [PATCH] 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 --- ceph-test.changes | 8 -------- ceph.changes | 8 -------- checkin.sh | 2 +- 3 files changed, 1 insertion(+), 17 deletions(-) diff --git a/ceph-test.changes b/ceph-test.changes index 0484e8f..fd1456e 100644 --- a/ceph-test.changes +++ b/ceph-test.changes @@ -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 diff --git a/ceph.changes b/ceph.changes index 0484e8f..fd1456e 100644 --- a/ceph.changes +++ b/ceph.changes @@ -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 diff --git a/checkin.sh b/checkin.sh index d63d319..348b3b5 100644 --- a/checkin.sh +++ b/checkin.sh @@ -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"