Replace master branch in BuildGuide
changed master branch to generic <branch> variable.
Issue-ID: OOM-2274
Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com>
Change-Id: I2fef04e00c6aa096e0fe3cd8d48327c5bf197cc1
diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst
index 249d4e8..5b2e248 100644
--- a/docs/BuildGuide.rst
+++ b/docs/BuildGuide.rst
@@ -10,6 +10,7 @@
Procedure was completely tested on RHEL 7.6 as it’s tested target platform, however with small adaptations it should be applicable also for other platforms.
Some discrepancies when Centos 7.6 is used are described below as well.
+
Part 1. Preparations
--------------------
@@ -95,7 +96,9 @@
::
# clone the OOM repository
- git clone https://gerrit.onap.org/r/oom -b master --recurse-submodules /tmp/oom
+ git clone https://gerrit.onap.org/r/oom -b <branch> --recurse-submodules /tmp/oom
+
+.. note:: replace <branch> by branch you want to build
# docker-images-collector.sh script uses oom/kubernetes/onap/resources/overrides/onap-all.yaml file to find what subsystems
are enabled. By default all subsystems are enabled there. Modify the file if want to drop some subsystems.
@@ -192,8 +195,9 @@
::
- ./build/package.py https://gerrit.onap.org/r/oom --application-repository_reference master --output-dir /tmp/packages --resources-directory /tmp/resources
+ ./build/package.py https://gerrit.onap.org/r/oom --application-repository_reference <branch> --output-dir /tmp/packages --resources-directory /tmp/resources
+.. note:: replace <branch> by branch you want to build
In the target directory you should find tar files: