diff options
author | Michal Ptacek <m.ptacek@partner.samsung.com> | 2019-05-29 14:56:50 +0000 |
---|---|---|
committer | Michal Ptacek <m.ptacek@partner.samsung.com> | 2019-05-29 14:58:24 +0000 |
commit | b78bbf8e835cf9bd3f1b73bea1d7d67680f451fc (patch) | |
tree | 4827619dfbb02f506d595c15ac3969f7621bab85 /build | |
parent | 6fdcd7d9bd8b4395180d8cbd6c6aa936e50dba76 (diff) |
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 <m.ptacek@partner.samsung.com>
Diffstat (limited to 'build')
-rwxr-xr-x | build/fetch_and_patch_charts.sh | 2 | ||||
-rw-r--r-- | build/package.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/fetch_and_patch_charts.sh b/build/fetch_and_patch_charts.sh index c5585584..79d7a01e 100755 --- a/build/fetch_and_patch_charts.sh +++ b/build/fetch_and_patch_charts.sh @@ -37,7 +37,7 @@ C_='\033[0m' #Color off usage () { echo "Usage:" echo -e "./$(basename $0) <helm charts repo> <commit/tag/branch> <patchfile> <target_dir>\n" - echo "Example: ./$(basename $0) https://gerrit.onap.org/r/oom 3.0.2-ONAP /root/offline-installer/patches/casablanca.patch /root/offline-installer/ansible/application/helm_charts" + echo "Example: ./$(basename $0) https://gerrit.onap.org/r/oom master /root/offline-installer/patches/onap.patch /root/offline-installer/ansible/application/helm_charts" } if [ "$#" -ne 4 ]; then diff --git a/build/package.conf b/build/package.conf index 7d6a1b8f..d74eac0a 100644 --- a/build/package.conf +++ b/build/package.conf @@ -54,7 +54,7 @@ HELM_CHARTS_DIR=/tmp/oom-clone/kubernetes #) APP_CONFIGURATION=( /tmp/offline-installer/config/application_configuration.yml - /tmp/offline-installer/patches/onap-casablanca-patch-role + /tmp/offline-installer/patches/onap-patch-role ) # APP_BINARY_RESOURCES_DIR is variable to directory containing directories and files for offline |