summaryrefslogtreecommitdiffstats
path: root/build/fetch_and_patch_charts.sh
diff options
context:
space:
mode:
authorMilan Verespej <m.verespej@partner.samsung.com>2019-02-26 13:06:56 +0100
committerMilan Verespej <m.verespej@partner.samsung.com>2019-02-28 10:17:14 +0100
commit9e98004ff314ad43fc50a598172f27091a86a1d3 (patch)
tree49223d45b57b0b6477c3b8d6afed41c6ead6d400 /build/fetch_and_patch_charts.sh
parent3313c854585836ec97b72e2ff82d9ed4bf4ed710 (diff)
Rename casablanca patch file
Since there is no difference in patching between 3.0.0 and 3.0.1 release there name of patchfile that includes this tag is unnecessary and confusing. Issue-ID: OOM-1687 Change-Id: I751398f15c38dab83e36ed0b8f555533497291f8 Signed-off-by: Milan Verespej <m.verespej@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 cde42656..2c1312e0 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.0-ONAP /root/offline-installer/patches/casablanca_3.0.0.patch /root/offline-installer/ansible/application/helm_charts"
+ echo "Example: ./$(basename $0) https://gerrit.onap.org/r/oom 3.0.0-ONAP /root/offline-installer/patches/casablanca.patch /root/offline-installer/ansible/application/helm_charts"
}
if [ "$#" -ne 4 ]; then