Reduce verbosity of wget command 26/54126/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 30 Mar 2017 20:25:10 +0000 (16:25 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 30 Mar 2017 20:26:30 +0000 (16:26 -0400)
Use no-verbose to reduce wget command verbosity however keep the
progress indicator as it's useful to track download speed. Also switch
the progress indicator to use giga to cut down on verbosity of the
progress output.

Change-Id: I0ef035dd70e5e92336c6bc00e17941b45be401ef
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 ae172ad368ae3a452f72661455fe39092506a36b..2455e6d426027755706c2537868651ff57321a10 100644 (file)
@@ -5,7 +5,7 @@
 # Do not fail the build if there is trouble trying to collect distribution patch diffs
 set +e
 
-wget --progress=dot:mega $ACTUALBUNDLEURL
+wget --no-verbose --show-progress --progress=dot:giga $ACTUALBUNDLEURL
 echo "Extracting the last distribution found on nexus..."
 unzip -q $BUNDLE
 mv $BUNDLEFOLDER /tmp/distro_old
index bad2f75833d219269c2d61b4ac596777a638a717..f7afd65d90eaffcde87131e3afbc5c9f7f1b9e43 100644 (file)
@@ -64,7 +64,7 @@ echo "Changing to /tmp"
 cd /tmp
 
 echo "Downloading the distribution from ${ACTUALBUNDLEURL}"
-wget --progress=dot:mega  '${ACTUALBUNDLEURL}'
+wget --no-verbose --show-progress --progress=dot:giga '${ACTUALBUNDLEURL}'
 
 echo "Extracting the new controller..."
 unzip -q ${BUNDLE}
index bc525171f46ffeafdce86692d40a613eec67ccf6..0b7a05ae6d1fb517ae1bc29f97dce29102b9b75f 100644 (file)
@@ -8,7 +8,7 @@ echo "Clean workspace"
 rm -rf *
 
 echo "Downloading the distribution..."
-wget --progress=dot:mega ${ACTUALBUNDLEURL}
+wget --no-verbose --show-progress --progress=dot:giga ${ACTUALBUNDLEURL}
 
 echo "Extracting the new controller..."
 unzip -q ${BUNDLE}
index f168aaefc3180c16149d7705f8edf7d0e0d739e1..3d75759d31ae752f42f2db28c7658c2719274286 100644 (file)
@@ -50,7 +50,7 @@ echo "Changing to /tmp"
 cd /tmp
 
 echo "Downloading the distribution..."
-wget --progress=dot:mega '${ACTUALBUNDLEURL}'
+wget --no-verbose --show-progress --progress=dot:giga '${ACTUALBUNDLEURL}'
 
 echo "Extracting the new controller..."
 unzip -q ${BUNDLE}
index bd74574dabdb29540cc0fa8a5a0b90a8ef019e61..e57c254bca304a7bf05e1432d35d8246f993b414 100644 (file)
@@ -8,7 +8,7 @@ echo "Clean workspace"
 rm -rf *
 
 echo "Downloading the distribution..."
-wget --progress=dot:mega  ${ACTUALBUNDLEURL}
+wget --no-verbose --show-progress --progress=dot:giga ${ACTUALBUNDLEURL}
 
 echo "Extracting the new controller..."
 unzip -q ${BUNDLE}