From 6692cb97c8f11d84df3bac16439e53e464c21488 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 1 Dec 2017 13:24:25 +0100 Subject: Add eel branch for application CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id0a49e2ab2b3fc90968e93633f37015b9138910d Signed-off-by: Jan-Simon Möller --- jjb/common/include-apps-rsync-download-apprepo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 index 654fccb1..8dd65791 100644 --- a/jjb/common/include-apps-rsync-download-apprepo.sh +++ b/jjb/common/include-apps-rsync-download-apprepo.sh @@ -8,10 +8,10 @@ echo "#########################################" echo -e "\n\n\n" # project branch buildid-changesetnr(latest) export RSYNCDST="/srv/download/AGL/apps/" -export RSYNCSRC=$(pwd)/UPLOAD/ +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 +rsync -avr -l --inplace --copy-unsafe-links -e "ssh -o StrictHostKeyChecking=no" $RSYNCSRC jenkins-slave@10.30.72.8:$RSYNCDST -- cgit 1.2.3-korg