Fix typo in non-verbose parameter 43/54243/3
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 3 Apr 2017 07:30:29 +0000 (00:30 -0700)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 3 Apr 2017 07:46:10 +0000 (00:46 -0700)
Change-Id: I2157d7b5801649500748bf22ba381ebf108f8fb5
Also-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/integration/include-raw-integration-compare-distributions.sh
jjb/integration/include-raw-integration-configure-clustering.sh
jjb/integration/include-raw-integration-deploy-controller-offline.sh
jjb/integration/include-raw-integration-deploy-controller-run-test.sh
jjb/integration/include-raw-integration-deploy-controller-verify.sh

index 2455e6d426027755706c2537868651ff57321a10..0c28ae3e563eb130d86828988e844266cb12b462 100644 (file)
@@ -5,7 +5,7 @@
 # Do not fail the build if there is trouble trying to collect distribution patch diffs
 set +e
 
-wget --no-verbose --show-progress --progress=dot:giga $ACTUALBUNDLEURL
+wget --non-verbose --show-progress --progress=dot:giga $ACTUALBUNDLEURL
 echo "Extracting the last distribution found on nexus..."
 unzip -q $BUNDLE
 mv $BUNDLEFOLDER /tmp/distro_old
index f7afd65d90eaffcde87131e3afbc5c9f7f1b9e43..bf32c04523fdccf63982bf95c1a1999fa34495b6 100644 (file)
@@ -64,7 +64,7 @@ echo "Changing to /tmp"
 cd /tmp
 
 echo "Downloading the distribution from ${ACTUALBUNDLEURL}"
-wget --no-verbose --show-progress --progress=dot:giga '${ACTUALBUNDLEURL}'
+wget --non-verbose --show-progress --progress=dot:giga '${ACTUALBUNDLEURL}'
 
 echo "Extracting the new controller..."
 unzip -q ${BUNDLE}
index 0b7a05ae6d1fb517ae1bc29f97dce29102b9b75f..657762178e2b152df2ddb4b0efbbd1b244efa329 100644 (file)
@@ -8,7 +8,7 @@ echo "Clean workspace"
 rm -rf *
 
 echo "Downloading the distribution..."
-wget --no-verbose --show-progress --progress=dot:giga ${ACTUALBUNDLEURL}
+wget --non-verbose --show-progress --progress=dot:giga ${ACTUALBUNDLEURL}
 
 echo "Extracting the new controller..."
 unzip -q ${BUNDLE}
index dc95c8e4edba7c905cfb249e719a43a533e53694..6a954eebf9116dc885255d262d50356ea5fe0df0 100644 (file)
@@ -43,7 +43,7 @@ echo "Changing to /tmp"
 cd /tmp
 
 echo "Downloading the distribution..."
-wget --no-verbose --show-progress --progress=dot:giga '${ACTUALBUNDLEURL}'
+wget --non-verbose --show-progress --progress=dot:giga '${ACTUALBUNDLEURL}'
 
 echo "Extracting the new controller..."
 unzip -q ${BUNDLE}
index e57c254bca304a7bf05e1432d35d8246f993b414..a4df3d7ae8bc27d317496fe51f0cbe8d48129e7d 100644 (file)
@@ -8,7 +8,7 @@ echo "Clean workspace"
 rm -rf *
 
 echo "Downloading the distribution..."
-wget --no-verbose --show-progress --progress=dot:giga ${ACTUALBUNDLEURL}
+wget --non-verbose --show-progress --progress=dot:giga ${ACTUALBUNDLEURL}
 
 echo "Extracting the new controller..."
 unzip -q ${BUNDLE}