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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Jul 26 19:04:23 UTC 2012


Author: rousseau
Date: Thu Jul 26 19:04:23 2012
New Revision: 6392

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6392
Log:
Do not update the web site if a parameter is given

Modified:
    website/update.sh

Modified: website/update.sh
URL: http://svn.debian.org/wsvn/pcsclite/website/update.sh?rev=6392&op=diff
==============================================================================
--- website/update.sh (original)
+++ website/update.sh Thu Jul 26 19:04:23 2012
@@ -12,6 +12,11 @@
 ./generate_supported_readers.py 
 cp supported_readers.txt ../trunk/Drivers/ccid/readers/
 
+if [ $# -gt 0 ]
+then
+	exit
+fi
+
 # CCID matrix and lists
 rsync --recursive --verbose --update --rsh=ssh ccid anonscm.debian.org:pcsclite_htdocs/
 




More information about the Pcsclite-cvs-commit mailing list