integ/restapi-doc/restapi-doc
Zuul 0decf3591b Merge "Extend sysinv to assign kubernetes labels to nodes" 2018-08-29 15:46:29 +00:00
..
api-ref Merge "Extend sysinv to assign kubernetes labels to nodes" 2018-08-29 15:46:29 +00:00
api-ref-guides Decouple Fault Management from stx-config 2018-08-16 12:05:42 -04: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 Added 'capabilities' attribute to restapi documentation 2018-08-21 13:33:10 -04:00
Makefile.cache StarlingX open source release updates 2018-05-31 07:36:35 -07:00
README.mvn_cache Added 'capabilities' attribute to restapi documentation 2018-08-21 13:33:10 -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.9.1/mvn.repo.tgz ~/
cp ~/mvn.repo.tgz $MY_REPO/stx/downloads/

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

cp Makefile.backup Makefile