aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-rsync.sh
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-05-22 20:54:08 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-05-22 23:36:10 +0200
commit3c9a45b3032b66aaba75e5192287af9414e483c8 (patch)
treeb6094dafebc96c8a10f7d5a9eafa8dc6ad79309f /jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-rsync.sh
parent04952b6c0bf9865cdde4429f262e4da3cb476e15 (diff)
Rework for new image names and drop older releases.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I0323fd9053ed3679772715a0080a1990209a563a
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