gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: Auditor signing t


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Auditor signing tool
Date: Tue, 14 Feb 2017 14:59:26 +0100

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new dd426ec  Auditor signing tool
dd426ec is described below

commit dd426ec22149a3e4554ee9c40ce8e361910ba27e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Feb 14 14:59:27 2017 +0100

    Auditor signing tool
---
 bin/taler-deployment-auditor-sign | 12 ++++++++++++
 bootstrap-standalone              |  4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment-auditor-sign 
b/bin/taler-deployment-auditor-sign
new file mode 100755
index 0000000..a9388f6
--- /dev/null
+++ b/bin/taler-deployment-auditor-sign
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+if test -z $TALER_CONFIG_ENV; then
+  echo Please run 'source ~/activate' beforehand.
+  exit 1
+fi
+
+taler-auditor-sign \
+  -m $(taler-config -s exchange -o MASTER_PUBLIC_KEY) \
+  -u https://auditor.${TALER_CONFIG_ENV}.taler.net/ \
+  -o $(taler-config -s exchangedb -o AUDITOR_BASE_DIR -f) \
+  -r ~/shared-data/taler/exchange/auditor-request/auditor_request
diff --git a/bootstrap-standalone b/bootstrap-standalone
index 59e8202..ad7b712 100755
--- a/bootstrap-standalone
+++ b/bootstrap-standalone
@@ -50,11 +50,11 @@ cat >$HOME/activate <<EOL
 #!/bin/bash
 
 function taler-config-generate () {
-  echo "Command disabled. Clease use taler-deployment-config-generate instead."
+  echo "Command disabled. Please use taler-deployment-config-generate instead."
   return 1
 }
 function taler-exchange-keyup () {
-  echo "Command disabled. Clease use taler-deployment-keyup instead."
+  echo "Command disabled. Please use taler-deployment-keyup instead."
 }
 
 export PATH="$HOME/deployment/bin:$HOME/local/bin:\$PATH"

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]