From 43045124a49c1540882bd6bd7e00e4a4addac047 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 28 Sep 2017 13:59:36 +0200 Subject: After merge, rebuild app MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and upload it to the app repository folder on the download server for consumption. Change-Id: I3df70f0ce11f0d448999e9b54e637a53070e0439 Signed-off-by: Jan-Simon Möller --- jjb/common/include-apps-rsync-download-apprepo.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 jjb/common/include-apps-rsync-download-apprepo.sh (limited to 'jjb/common/include-apps-rsync-download-apprepo.sh') diff --git a/jjb/common/include-apps-rsync-download-apprepo.sh b/jjb/common/include-apps-rsync-download-apprepo.sh new file mode 100644 index 00000000..3d8e1e10 --- /dev/null +++ b/jjb/common/include-apps-rsync-download-apprepo.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +#set -x +set -e + +echo -e "\n\n\n" +echo "#########################################" +echo -e "\n\n\n" +# project branch date(latest) +export RSYNCDST="/srv/download/AGL/apps/" +export RSYNCSRC=$(pwd)/UPLOAD/ +LANG=C tree $RSYNCSRC + +set + +exit 0 +ssh -o StrictHostKeyChecking=no jenkins-slave@10.30.72.8 mkdir -p ${RSYNCDST} +rsync -avr -l --copy-unsafe-links -e "ssh -o StrictHostKeyChecking=no" $RSYNCSRC jenkins-slave@10.30.72.8:$RSYNCDST -- cgit 1.2.3-korg