[Pcsclite-git-commit] [website] 02/06: update.sh: delegate to a shell script

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

    update.sh: delegate to a shell script
    
    The creation of releases.py is now done by the create_driver_version.sh
    shell script.
---
 create_driver_version.sh | 6 ++++++
 update.sh                | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/create_driver_version.sh b/create_driver_version.sh
new file mode 100755
index 0000000..e42dc53
--- /dev/null
+++ b/create_driver_version.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+set -e
+set -x
+
+python create_driver_version.py > releases.py
diff --git a/update.sh b/update.sh
index d8ae2e4..d09ac17 100755
--- a/update.sh
+++ b/update.sh
@@ -3,7 +3,7 @@
 set -e
 set -x
 
-#./create_driver_version.py > releases.py
+#./create_driver_version.sh
 
 ./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