Skip to content
Snippets Groups Projects
Commit 1b30ff21 authored by Viktor Vorobev's avatar Viktor Vorobev Committed by Ugo Albanese
Browse files

Merged in NRRPLT-8547-hbp-nrp-cleserver-fails-to-b (pull request #145)

[NRRPLT-8547] Change hbp_nrp_backend and hbp_nrp_cleserver installation order

Approved-by: Ugo Albanese
parent 47467234
No related branches found
No related tags found
No related merge requests found
......@@ -3,16 +3,16 @@
##
#modules that have tests
TEST_MODULES=hbp_nrp_commons/hbp_nrp_commons/ hbp_nrp_watchdog/hbp_nrp_watchdog/ hbp_nrp_cleserver/hbp_nrp_cleserver/ hbp_nrp_backend/hbp_nrp_backend/
TEST_MODULES=hbp_nrp_commons/hbp_nrp_commons/ hbp_nrp_watchdog/hbp_nrp_watchdog/ hbp_nrp_backend/hbp_nrp_backend/ hbp_nrp_cleserver/hbp_nrp_cleserver/
#modules that are installable (ie: ones w/ setup.py)
INSTALL_MODULES=hbp-flask-restful-swagger-master hbp_nrp_commons hbp_nrp_watchdog hbp_nrp_cleserver hbp_nrp_backend
INSTALL_MODULES=hbp-flask-restful-swagger-master hbp_nrp_commons hbp_nrp_watchdog hbp_nrp_backend hbp_nrp_cleserver
#packages to cover
COVER_PACKAGES=hbp_nrp_commons,hbp_nrp_watchdog,hbp_nrp_cleserver,hbp_nrp_backend
COVER_PACKAGES=hbp_nrp_commons,hbp_nrp_watchdog,hbp_nrp_backend,hbp_nrp_cleserver
#documentation to build
DOC_MODULES=hbp_nrp_commons/doc hbp_nrp_watchdog/doc hbp_nrp_cleserver/doc hbp_nrp_backend/doc
DOC_MODULES=hbp_nrp_commons/doc hbp_nrp_watchdog/doc hbp_nrp_backend/doc hbp_nrp_cleserver/doc
#pyxbgen schemas to generate
# use repository:file:module notation
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment