summaryrefslogtreecommitdiffstats
path: root/build/fetch_and_patch_charts.sh
diff options
context:
space:
mode:
authorMichal Ptacek <m.ptacek@partner.samsung.com>2019-05-29 14:56:50 +0000
committerMichal Ptacek <m.ptacek@partner.samsung.com>2019-05-29 14:58:24 +0000
commitb78bbf8e835cf9bd3f1b73bea1d7d67680f451fc (patch)
tree4827619dfbb02f506d595c15ac3969f7621bab85 /build/fetch_and_patch_charts.sh
parent6fdcd7d9bd8b4395180d8cbd6c6aa936e50dba76 (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/fetch_and_patch_charts.sh')
-rwxr-xr-xbuild/fetch_and_patch_charts.sh2
1 files changed, 1 insertions, 1 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