aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-rsync.sh
diff options
context:
space:
mode:
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.sh17
1 files changed, 0 insertions, 17 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
deleted file mode 100644
index aea85c48..00000000
--- a/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-rsync.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/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 "
-
-if x"true" = x"$UPLOAD" ; then
-echo upload
-fi
-
-exit 0 \ No newline at end of file