From b78bbf8e835cf9bd3f1b73bea1d7d67680f451fc Mon Sep 17 00:00:00 2001 From: Michal Ptacek Date: Wed, 29 May 2019 14:56:50 +0000 Subject: Changing patchfile naming convention Its not needed to preserve onap release version in patch naming. Change-Id: I8dfaa56d3a74cd5227523c3acd5e31fa540a75a2 Issue-ID: OOM-1869 Signed-off-by: Michal Ptacek --- docs/BuildGuide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst index 8ae08d8d..bb0e4cca 100644 --- a/docs/BuildGuide.rst +++ b/docs/BuildGuide.rst @@ -273,7 +273,7 @@ For example: :: - ./build/fetch_and_patch_charts.sh https://gerrit.onap.org/r/oom 3.0.2-ONAP /tmp/onap-offline/patches/casablanca.patch /tmp/oom-clone + ./build/fetch_and_patch_charts.sh https://gerrit.onap.org/r/oom master /tmp/onap-offline/patches/onap.patch /tmp/oom-clone Part 5. Creating offline installation package --------------------------------------------- @@ -298,8 +298,8 @@ Example values below are setup according to steps done in this guide to package | | Example:: | | | | | | APP_CONFIGURATION=( | -| | /tmp/onap-offline/config/application_configuration.yml | -| | /tmp/onap-offline/patches/onap-casablanca-patch-role | +| | /tmp/onap-offline/config/application_configuration.yml | +| | /tmp/onap-offline/patches/onap-patch-role | | | ) | | | | +---------------------------------------+------------------------------------------------------------------------------+ -- cgit 1.2.3-korg