From 76d5c7114a045d5de0925717cba972875dcb464b Mon Sep 17 00:00:00 2001 From: Tomáš Levora Date: Wed, 22 Jan 2020 10:25:48 +0100 Subject: Fixing branch in docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-ID: OOM-2091 Change-Id: I732066cbe36f4c23e741e47427f81c86f78dd6f4 Signed-off-by: Tomáš Levora --- docs/BuildGuide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst index 41cfcfee..36e4d5d6 100644 --- a/docs/BuildGuide.rst +++ b/docs/BuildGuide.rst @@ -97,7 +97,7 @@ Part 2. Download artifacts for offline installer :: # clone the OOM repository - git clone https://gerrit.onap.org/r/oom -b master /tmp/oom + git clone https://gerrit.onap.org/r/oom -b dublin /tmp/oom # enable subsystems in oom/kubernetes/onap/values.yaml as required @@ -203,7 +203,7 @@ For example: :: - ./build/package.py https://gerrit.onap.org/r/oom --application-repository_reference master --application-patch_file ./patches/onap.patch --output-dir ../packages --resources-directory ../resources + ./build/package.py https://gerrit.onap.org/r/oom --application-repository_reference dublin --application-patch_file ./patches/onap.patch --output-dir ../packages --resources-directory ../resources In the target directory you should find tar files: -- cgit 1.2.3-korg