Revert "Reduce verbosity of wget command" 48/54248/1
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 3 Apr 2017 06:56:08 +0000 (16:56 +1000)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 3 Apr 2017 08:13:26 +0000 (01:13 -0700)
- wget options changed skips dist bundle download with usage
  causing some of the jobs to fail

This reverts commit 8cb455437ca3268b6b1a8ddcf5739c966a4cb2dc.

Change-Id: Ice28cde978931cd6b19b1629b5f310edc0c864d7
Signed-off-by: Anil Belur <abelur@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 0c28ae3e563eb130d86828988e844266cb12b462..ae172ad368ae3a452f72661455fe39092506a36b 100644 (file)
@@ -5,7 +5,7 @@
 # Do not fail the build if there is trouble trying to collect distribution patch diffs
 set +e
 
-wget --non-verbose --show-progress --progress=dot:giga $ACTUALBUNDLEURL
+wget --progress=dot:mega $ACTUALBUNDLEURL
 echo "Extracting the last distribution found on nexus..."
 unzip -q $BUNDLE
 mv $BUNDLEFOLDER /tmp/distro_old
index bf32c04523fdccf63982bf95c1a1999fa34495b6..bad2f75833d219269c2d61b4ac596777a638a717 100644 (file)
@@ -64,7 +64,7 @@ echo "Changing to /tmp"
 cd /tmp
 
 echo "Downloading the distribution from ${ACTUALBUNDLEURL}"
-wget --non-verbose --show-progress --progress=dot:giga '${ACTUALBUNDLEURL}'
+wget --progress=dot:mega  '${ACTUALBUNDLEURL}'
 
 echo "Extracting the new controller..."
 unzip -q ${BUNDLE}
index 657762178e2b152df2ddb4b0efbbd1b244efa329..bc525171f46ffeafdce86692d40a613eec67ccf6 100644 (file)
@@ -8,7 +8,7 @@ echo "Clean workspace"
 rm -rf *
 
 echo "Downloading the distribution..."
-wget --non-verbose --show-progress --progress=dot:giga ${ACTUALBUNDLEURL}
+wget --progress=dot:mega ${ACTUALBUNDLEURL}
 
 echo "Extracting the new controller..."
 unzip -q ${BUNDLE}
index 6a954eebf9116dc885255d262d50356ea5fe0df0..5dd16bb0d5211ac09cb1efe3f21d1da6bd3f51cc 100644 (file)
@@ -43,7 +43,7 @@ echo "Changing to /tmp"
 cd /tmp
 
 echo "Downloading the distribution..."
-wget --non-verbose --show-progress --progress=dot:giga '${ACTUALBUNDLEURL}'
+wget --progress=dot:mega '${ACTUALBUNDLEURL}'
 
 echo "Extracting the new controller..."
 unzip -q ${BUNDLE}
index a4df3d7ae8bc27d317496fe51f0cbe8d48129e7d..bd74574dabdb29540cc0fa8a5a0b90a8ef019e61 100644 (file)
@@ -8,7 +8,7 @@ echo "Clean workspace"
 rm -rf *
 
 echo "Downloading the distribution..."
-wget --non-verbose --show-progress --progress=dot:giga ${ACTUALBUNDLEURL}
+wget --progress=dot:mega  ${ACTUALBUNDLEURL}
 
 echo "Extracting the new controller..."
 unzip -q ${BUNDLE}