Make wget for ar-notify script less verbose 39/55039/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 14 Apr 2017 00:21:27 +0000 (20:21 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 14 Apr 2017 00:21:59 +0000 (20:21 -0400)
Saves us some unnecessary log space. --no-verbose still prints out
errors and warnings so it only saves us on info logs.

Change-Id: I5170626cb20f4b7104c329056da89d9a86b12cbf
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/autorelease/include-raw-autorelease-notify-build-failure.sh

index 539f029be044567beca7585c27d2e62ebc181d76..d1b9da28c8a2bb07cd4b227d4682a5b1f0c45f79 100644 (file)
@@ -17,7 +17,7 @@ STREAM=${JOB_NAME#*-*e-}
 ERROR_LOG="$WORKSPACE/error.log.gz"
 
 # get console logs
-wget -O "$CONSOLE_LOG" "${BUILD_URL}consoleText"
+wget --no-verbose -O "$CONSOLE_LOG" "${BUILD_URL}consoleText"
 
 # TODO: This section is still required since some of the projects use
 # description. Remove this section when the reactor info is more consistant.