Wei Zhou d3e6c4efe0 Update REST API doc for Ceph External Backend
Story: 2002820
Task: 22737

Change-Id: I367070c3ed8970396fe9f3a79a18249098517e63
Signed-off-by: Don Penney <don.penney@windriver.com>
Signed-off-by: Jack Ding <jack.ding@windriver.com>
2018-07-23 10:36:20 -04:00
..
2018-05-31 07:36:35 -07:00
2018-05-31 07:36:35 -07:00

Steps to produce mvn.repo.tgz [Maven cache]
===================


cd $MY_REPO/stx/stx-integ/restapi-doc/restapi-doc
cp Makefile Makefile.backup
cp Makefile.mvn_cache Makefile
build_srpms restapi-doc
mock -r $MY_BUILD_CFG_STD "FILE_NAME_TO_THE_BUILT_SRPM"
mock -r $MY_BUILD_CFG_STD --copyout /builddir/build/BUILD/restapi-doc-1.6.0/mvn.repo.tgz ~/
cp ~/mvn.repo.tgz $MY_REPO/stx/downloads/
cd $MY_REPO/stx/downloads/

# only the first time
# ln -s ../../../downloads/mvn.repo.tgz mvn.repo.tgz

cp Makefile.backup Makefile