Remove delete statement. 03/8103/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sat, 7 Jan 2017 00:02:10 +0000 (01:02 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sat, 7 Jan 2017 00:02:10 +0000 (01:02 +0100)
Change-Id: Ib88beba7f19164c51e52a9abaf9302e435d831ff
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/release-jjb-chinook-snapshot/include-release-jjb-chinook-snapshot-rsync.sh

index 4d5da74..2958476 100644 (file)
@@ -46,7 +46,7 @@ ls -alhR $DEST
 echo "would do rsync -avr -e \"ssh -o StrictHostKeyChecking=no\" $RSYNCSRC $RSYNCDST "
 
 if test x"yes" = x"$UPLOAD" ; then
-   rsync -avr --delete -e "ssh -o StrictHostKeyChecking=no" $RSYNCSRC $RSYNCDST
+   rsync -avr -e "ssh -o StrictHostKeyChecking=no" $RSYNCSRC $RSYNCDST
 fi
 
 exit 0
\ No newline at end of file