From: Thanh Ha Date: Fri, 14 Apr 2017 00:21:27 +0000 (-0400) Subject: Make wget for ar-notify script less verbose X-Git-Tag: release/carbon~140^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=155aa6234247838169e3fd16763ce605209ac7a3;p=releng%2Fbuilder.git Make wget for ar-notify script less verbose 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 --- diff --git a/jjb/autorelease/include-raw-autorelease-notify-build-failure.sh b/jjb/autorelease/include-raw-autorelease-notify-build-failure.sh index 539f029be..d1b9da28c 100644 --- a/jjb/autorelease/include-raw-autorelease-notify-build-failure.sh +++ b/jjb/autorelease/include-raw-autorelease-notify-build-failure.sh @@ -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.