aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-apps-rsync-download-apprepo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/common/include-apps-rsync-download-apprepo.sh')
-rw-r--r--jjb/common/include-apps-rsync-download-apprepo.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/jjb/common/include-apps-rsync-download-apprepo.sh b/jjb/common/include-apps-rsync-download-apprepo.sh
index 3d8e1e10..654fccb1 100644
--- a/jjb/common/include-apps-rsync-download-apprepo.sh
+++ b/jjb/common/include-apps-rsync-download-apprepo.sh
@@ -6,13 +6,12 @@ set -e
echo -e "\n\n\n"
echo "#########################################"
echo -e "\n\n\n"
-# project branch date(latest)
+# project branch buildid-changesetnr(latest)
export RSYNCDST="/srv/download/AGL/apps/"
export RSYNCSRC=$(pwd)/UPLOAD/
LANG=C tree $RSYNCSRC
-set
-
-exit 0
+#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