summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild/fetch_and_patch_charts.sh2
-rw-r--r--docs/BuildGuide.rst2
-rw-r--r--patches/casablanca.patch (renamed from patches/casablanca_3.0.0.patch)0
3 files changed, 2 insertions, 2 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
diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst
index 4cf8d97c..96c1fbf2 100644
--- a/docs/BuildGuide.rst
+++ b/docs/BuildGuide.rst
@@ -296,7 +296,7 @@ offline. Use the following command:
For example:
-``$ ./build/fetch_and_patch_charts.sh https://gerrit.onap.org/r/oom 3.0.0-ONAP /tmp/offline-installer/patches/casablanca_3.0.0.patch /tmp/oom-clone``
+``$ ./build/fetch_and_patch_charts.sh https://gerrit.onap.org/r/oom 3.0.0-ONAP /tmp/offline-installer/patches/casablanca.patch /tmp/oom-clone``
Part 5. Creating offline installation package
---------------------------------------------
diff --git a/patches/casablanca_3.0.0.patch b/patches/casablanca.patch
index e0ea0ec5..e0ea0ec5 100644
--- a/patches/casablanca_3.0.0.patch
+++ b/patches/casablanca.patch