[Pcsclite-git-commit] [website] 04/06: update.sh: update releases.py if needed

Ludovic Rousseau rousseau at moszumanska.debian.org
Wed Jun 10 15:43:09 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 722fd7ea4f07cce256c697bd390374ebfbd091e2
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Wed Jun 10 17:17:21 2015 +0200

    update.sh: update releases.py if needed
---
 update.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/update.sh b/update.sh
index d09ac17..6a37a7f 100755
--- a/update.sh
+++ b/update.sh
@@ -3,7 +3,11 @@
 set -e
 set -x
 
-#./create_driver_version.sh
+# update releases.py if needed
+if [ releases.py -ot ccid/readers ]
+then
+	./create_driver_version.sh
+fi
 
 ./matrix.py
 

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