diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-10-19 19:32:47 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-10-19 20:38:25 +0200 |
commit | 3e36e70792002a93e34f39a7d3b481e820608357 (patch) | |
tree | 5fdad197da56be01c3a6f22c8b27ebd4fce0649d /jjb/pre-fetch/include-rsync-prefetch.sh | |
parent | 3a184f3a832fbc210c09a8b43cba8982256d9e39 (diff) |
Disable debug statements
Change-Id: I5cb3a70c0842a425f9a1e9f58fc8d0c1bcb1d34f
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/pre-fetch/include-rsync-prefetch.sh')
-rw-r--r-- | jjb/pre-fetch/include-rsync-prefetch.sh | 8 |
1 files changed, 2 insertions, 6 deletions
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 |