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:
parent
82cca6114c
commit
326dbd5a8f
@ -6,14 +6,6 @@ Fri Apr 13 21:49:36 UTC 2018 - ncutler@suse.com
|
|||||||
+ adds new lz4 dependency for OSD
|
+ adds new lz4 dependency for OSD
|
||||||
+ declares existing e2fsprogs dependency for ceph-disk
|
+ 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
|
Thu Apr 12 19:06:20 UTC 2018 - ncutler@suse.com
|
||||||
|
|
||||||
|
@ -6,14 +6,6 @@ Fri Apr 13 21:49:36 UTC 2018 - ncutler@suse.com
|
|||||||
+ adds new lz4 dependency for OSD
|
+ adds new lz4 dependency for OSD
|
||||||
+ declares existing e2fsprogs dependency for ceph-disk
|
+ 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
|
Thu Apr 12 19:06:20 UTC 2018 - ncutler@suse.com
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ if [ -n "$EXISTING" ] ; then
|
|||||||
CLONE="$EXISTING"
|
CLONE="$EXISTING"
|
||||||
else
|
else
|
||||||
echo "Will make fresh clone of repo ->$REPO<- branch ->$BRANCH<-"
|
echo "Will make fresh clone of repo ->$REPO<- branch ->$BRANCH<-"
|
||||||
TMPDIR=$(mktemp -d)
|
TMPDIR=$(mktemp -d --tmpdir=$BASEDIR)
|
||||||
echo "Created temporary temporary $TMPDIR"
|
echo "Created temporary temporary $TMPDIR"
|
||||||
git clone --branch $BRANCH $REPO $TMPDIR
|
git clone --branch $BRANCH $REPO $TMPDIR
|
||||||
CLONE="$TMPDIR"
|
CLONE="$TMPDIR"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user