aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-apps-rsync-download-changeid.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/common/include-apps-rsync-download-changeid.sh')
-rw-r--r--jjb/common/include-apps-rsync-download-changeid.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/common/include-apps-rsync-download-changeid.sh b/jjb/common/include-apps-rsync-download-changeid.sh
index 1f5e10b9..c8e341a5 100644
--- a/jjb/common/include-apps-rsync-download-changeid.sh
+++ b/jjb/common/include-apps-rsync-download-changeid.sh
@@ -7,8 +7,8 @@ echo -e "\n\n\n"
echo "#########################################"
echo -e "\n\n\n"
-export RSYNCDST="/srv/download/AGL/upload/ci/${GERRIT_CHANGE_NUMBER}/${GERRIT_PATCHSET_NUMBER}"
-export RSYNCSRC=$(pwd)/UPLOAD/
+export RSYNCDST="/srv/download/AGL/upload/ci/${GERRIT_CHANGE_NUMBER}/${GERRIT_PATCHSET_NUMBER}/"
+export RSYNCSRC=$(pwd)/UPLOAD/*
LANG=C tree $RSYNCSRC
ssh -o StrictHostKeyChecking=no jenkins-slave@10.30.72.8 mkdir -p ${RSYNCDST}
-rsync -avr -L -e "ssh -o StrictHostKeyChecking=no" $RSYNCSRC jenkins-slave@10.30.72.8:$RSYNCDST
+rsync -avr --inplace -L -e "ssh -o StrictHostKeyChecking=no" $RSYNCSRC jenkins-slave@10.30.72.8:$RSYNCDST