summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTomáš Levora <t.levora@partner.samsung.com>2020-01-20 14:58:04 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-20 14:58:04 +0000
commita96b1cca28d388c8c93c2f973a9e52633a25124c (patch)
tree19e14b0439534a624e3c17b00b84623f90d31128 /docs
parent694656b0fd93183b99a1065dd9dafaf367e14552 (diff)
parentb75d08f1b48b0d070a5bd881becfa96f0a06c049 (diff)
Merge "Remove reference to Appendix in BuildGuide"
Diffstat (limited to 'docs')
-rw-r--r--docs/BuildGuide.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst
index 12426b7c..249d4e85 100644
--- a/docs/BuildGuide.rst
+++ b/docs/BuildGuide.rst
@@ -108,14 +108,14 @@ Part 2. Download artifacts for offline installer
.. note:: Skip this step if you have already all necessary resources and continue with Part 3. Populate local nexus
-There need to be created RPM repository containing packages which need to be installed on all nodes.
+A RPM repository containing packages to be installed on all nodes needs to be created:
::
# run the docker container with -d parameter for destination directory with RPM packages
./offline-installer/build/create_repo.sh -d $(pwd)
-.. note:: If script fails with permissions, problem could be with SeLinux. Issue is possible to solve by:
+.. note:: If script fails due to permissions issue, it could be a problem with SeLinux. It can be fixed by running:
::
# Change security context of directory
@@ -141,8 +141,6 @@ so one might try following command to download most of the required artifacts in
--docker ./build/data_lists/onap_docker_images.list \
-Alternatively, step-by-step procedure is described in Appendix 1.
-
This concludes SW download part required for ONAP offline platform creating.
Part 3. Populate local nexus