aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-apps-fetch-install-sdk.sh
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-09-26 22:28:12 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-09-26 22:56:49 +0200
commite1906808e5fcef1e66c0f50129a554184cc4ae46 (patch)
tree7b41109d16d6b578eab0ceef44a153b2eecf6b02 /jjb/common/include-apps-fetch-install-sdk.sh
parent7e34ced3046ce87abd44e2a58251dbb09a4b8c2c (diff)
Remove verbosity from jenkins jobs
clean the logs. Can be re-enabled when debugging is needed. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I13bba480196e3932c45123c62f03064e420f257f
Diffstat (limited to 'jjb/common/include-apps-fetch-install-sdk.sh')
-rw-r--r--jjb/common/include-apps-fetch-install-sdk.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/common/include-apps-fetch-install-sdk.sh b/jjb/common/include-apps-fetch-install-sdk.sh
index f91a6836..10a61e66 100644
--- a/jjb/common/include-apps-fetch-install-sdk.sh
+++ b/jjb/common/include-apps-fetch-install-sdk.sh
@@ -4,7 +4,7 @@
#
# debugging purposes
set -e
-set -x
+#set -x
SDKHOSTDIR="~/agl-sdk"
@@ -47,7 +47,7 @@ if test x"" = x"${TARGETSDKNAME}" ; then
exit 0
#exit 1
fi
-set -x
+#set -x
if test ! -f ${TARGETSDKNAME} ; then
echo "Downloading $TARGETSDKNAME for $MACHINE"
wget -nd -c "${SDKBASEURL}/${TARGETSDKNAME}"