[Pcsclite-git-commit] [website] 01/02: Reader selection: update.sh

Ludovic Rousseau rousseau at moszumanska.debian.org
Wed Sep 2 14:39:07 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 aae114a0d086577463917a23eb1a23f0b5fe6605
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Wed Sep 2 15:30:29 2015 +0200

    Reader selection: update.sh
    
    Do not exit before calling rsync
---
 select_readers/update.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/select_readers/update.sh b/select_readers/update.sh
index 7355a3c..416d315 100755
--- a/select_readers/update.sh
+++ b/select_readers/update.sh
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -x
+
 # files to upload
 FILES="index.html \
 	js/bootstrap.min.js js/main.js js/url.js js/jquery-1.11.3.min.js \
@@ -11,5 +13,4 @@ FILES="index.html \
 
 # update webs site
 echo $FILES
-exit
 rsync --recursive --verbose --update --rsh=ssh . anonscm.debian.org:pcsclite_htdocs/select_readers/

-- 
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