integ/restapi-doc/restapi-doc
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
..
api-ref Update REST API doc for Ceph External Backend 2018-07-23 10:36:20 -04:00
api-ref-guides Add REST API documentation for dcmanager API (Distributed Cloud) 2018-06-22 14:41:47 -05:00
.gitignore StarlingX open source release updates 2018-05-31 07:36:35 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:36:35 -07:00
Makefile Increase the restapi-doc API version to 1.9.0 2018-07-23 10:36:19 -04:00
Makefile.cache StarlingX open source release updates 2018-05-31 07:36:35 -07:00
README.mvn_cache Shorten "addons/wr-cgcs/layers/cgcs" to just "stx" 2018-07-04 10:46:49 -04:00
pom.xml StarlingX open source release updates 2018-05-31 07:36:35 -07:00
rest-api-usage-example.pdf StarlingX open source release updates 2018-05-31 07:36:35 -07:00
rest-api-usage-example.pptx StarlingX open source release updates 2018-05-31 07:36:35 -07:00

README.mvn_cache

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