From: Jan-Simon Möller Date: Wed, 19 Oct 2016 17:32:47 +0000 (+0200) Subject: Disable debug statements X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F6817%2F1;p=ci-management.git Disable debug statements Change-Id: I5cb3a70c0842a425f9a1e9f58fc8d0c1bcb1d34f Signed-off-by: Jan-Simon Möller --- diff --git a/jjb/pre-fetch/include-prefetch.sh b/jjb/pre-fetch/include-prefetch.sh index 141c1b90..3c64891e 100644 --- a/jjb/pre-fetch/include-prefetch.sh +++ b/jjb/pre-fetch/include-prefetch.sh @@ -1,8 +1,8 @@ #!/bin/bash -set -x +#set -x set -e -# +# export BOARDS="qemux86-64 qemux86 raspberrypi3 dra7xx-evm dragonboard-410c intel-corei7-64 wandboard" export FEATURES="agl-demo agl-appfw-smack agl-netboot agl-sota agl-devel" export FEATURES_nogfx="agl-appfw-smack agl-netboot agl-sota agl-devel" @@ -37,4 +37,4 @@ for i in $BOARDS ; do popd done -ls mirror +#ls ../mirror || true diff --git a/jjb/pre-fetch/include-rsync-prefetch.sh b/jjb/pre-fetch/include-rsync-prefetch.sh index 848571d2..7da13434 100644 --- a/jjb/pre-fetch/include-rsync-prefetch.sh +++ b/jjb/pre-fetch/include-rsync-prefetch.sh @@ -1,17 +1,13 @@ #!/bin/bash -set -x +#set -x set -e -ls -alh - - +#ls -alh export RSYNCSRC="$(pwd)/mirror/" export RSYNCDST="jenkins-slave@10.30.72.8:/srv/download/AGL/mirror/" echo " rsync -avr -e \"ssh -o StrictHostKeyChecking=no\" $RSYNCSRC $RSYNCDST " - - exit 0 \ No newline at end of file