Remove reference to Appendix in BuildGuide 68/100468/1
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Mon, 20 Jan 2020 09:01:22 +0000 (10:01 +0100)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Mon, 20 Jan 2020 09:01:22 +0000 (10:01 +0100)
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

docs/BuildGuide.rst

index 12426b7..249d4e8 100644 (file)
@@ -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