[Pcsclite-cvs-commit] r3497 - /website/update.sh

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri May 8 11:28:15 UTC 2009


Author: rousseau
Date: Fri May  8 11:28:15 2009
New Revision: 3497

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3497
Log:
add --update to rsync to avoid updating files newer on the destination

Modified:
    website/update.sh

Modified: website/update.sh
URL: http://svn.debian.org/wsvn/pcsclite/website/update.sh?rev=3497&op=diff
==============================================================================
--- website/update.sh (original)
+++ website/update.sh Fri May  8 11:28:15 2009
@@ -9,4 +9,4 @@
 ./matrix.py
 
 scp -r *.html svn.debian.org:pcsclite_htdocs/
-rsync --recursive --verbose --rsh=ssh readers img svn.debian.org:pcsclite_htdocs/
+rsync --recursive --verbose --update --rsh=ssh readers img svn.debian.org:pcsclite_htdocs/




More information about the Pcsclite-cvs-commit mailing list