diff options
author | 2016-11-06 17:03:12 +0100 | |
---|---|---|
committer | 2016-11-06 17:03:12 +0100 | |
commit | 93077b6aa79f421da94d60e14c21c378210141ae (patch) | |
tree | 75178172bb2188841ecd1c6ba9de8867e0fbb385 /jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-rsync.sh | |
parent | ab213eeb07c190536a38e1057734607cbcc7543a (diff) |
Add job for blowfish snapshots
Change-Id: If47dc9a9f8ea42982db6afeab66aa742c23d0e53
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-rsync.sh')
-rw-r--r-- | jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-rsync.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-rsync.sh b/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-rsync.sh new file mode 100644 index 00000000..7da13434 --- /dev/null +++ b/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-rsync.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +#set -x +set -e + +#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 |