summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-01-20 10:01:22 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-01-20 10:01:22 +0100
commitb75d08f1b48b0d070a5bd881becfa96f0a06c049 (patch)
tree79f1a4e6143ceb15251a02ba634d96f8325b32fd /docs
parent23ba267911f1b9b7120ea45f9f40f27ed144ade8 (diff)
Remove reference to Appendix in BuildGuide
Appendix was removed in change I8859ba42420d351ce12347cd63bf11f95a4b528d Fixed some wording. Change-Id: I3ad585b67532a4a44bf272d8ebfefec03ec3cc12 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: OOM-2158
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