Rename casablanca patch file 39/79339/1
authorMilan Verespej <m.verespej@partner.samsung.com>
Tue, 26 Feb 2019 12:06:56 +0000 (13:06 +0100)
committerMilan Verespej <m.verespej@partner.samsung.com>
Thu, 28 Feb 2019 09:17:14 +0000 (10:17 +0100)
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>
build/fetch_and_patch_charts.sh
docs/BuildGuide.rst
patches/casablanca.patch [moved from patches/casablanca_3.0.0.patch with 100% similarity]

index cde4265..2c1312e 100755 (executable)
@@ -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
index 4cf8d97..96c1fbf 100644 (file)
@@ -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
 ---------------------------------------------