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: still on auditor


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: still on auditor base url
Date: Wed, 17 May 2017 20:30:59 +0200

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 254204f  still on auditor base url
254204f is described below

commit 254204f57d1613593c3dcba10a0175c862641cf5
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 17 20:30:51 2017 +0200

    still on auditor base url
---
 bin/taler-deployment-keyup | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index a4b9fd8..8f39c28 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -13,8 +13,9 @@ else
     -o $auditor_request
 fi
 
-auditor_base_dir=$(taler-config -s exchangedb -o auditor_base_dir)
-taler-auditor-sign -u https://auditor.taler.net/ -m $(taler-config -s exchange 
-o master_public_key -f) -r $auditor_request -o "$auditor_base_dir/auditor_sig"
+auditor_base_dir=$(taler-config -s exchangedb -o auditor_base_dir -f)
+exchange_master_pub=$(taler-config -s exchange -o master_public_key)
+taler-auditor-sign -u https://auditor.taler.net/ -m $exchange_master_pub -r 
$auditor_request -o "$auditor_base_dir/auditor_sig"
 if [[ 0 != $? ]]; then
   echo Auditor signing not accomplished.
 fi

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



reply via email to

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