[Pcsclite-git-commit] [website] 02/04: update.sh: sync the reader .txt files

Ludovic Rousseau rousseau at moszumanska.debian.org
Sun Aug 9 09:04:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository website.

commit 4b4f09a76bad69a30478d8011a31292b15c9dee8
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Fri Aug 7 18:33:21 2015 +0200

    update.sh: sync the reader .txt files
    
    ccid/readers/ must be a real directory with real files.
    If not rsync to upload the files will not work.
    
    ccid/readers was a symbolic link to ../../CCID/readers and rsync was not
    working as expected.
---
 update.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/update.sh b/update.sh
index 6a37a7f..56d8b71 100755
--- a/update.sh
+++ b/update.sh
@@ -3,6 +3,8 @@
 set -e
 set -x
 
+rsync --recursive ../CCID/readers/ ccid/readers/
+
 # update releases.py if needed
 if [ releases.py -ot ccid/readers ]
 then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/website.git



More information about the Pcsclite-cvs-commit mailing list