Remove safety switch 65/11065/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 28 Sep 2017 12:49:18 +0000 (14:49 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 28 Sep 2017 12:49:18 +0000 (14:49 +0200)
Change-Id: Ia6320c3f78308acab6e9a33987c5a2bb90db41ea
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-apps-rsync-download-apprepo.sh

index 3d8e1e1..654fccb 100644 (file)
@@ -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