gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: -m option is required


From: gnunet
Subject: [taler-deployment] branch master updated: -m option is required
Date: Sun, 23 Feb 2020 20:07:45 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new c28e847  -m option is required
c28e847 is described below

commit c28e84770b20bc6cd86ddd3036dd2bc50744647d
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Feb 23 20:07:43 2020 +0100

    -m option is required
---
 bin/taler-deployment-prepare | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index 3b33442..2174de0 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -50,13 +50,14 @@ esac
 ## Step 2: Copy key material and update denom keys
 ##
 
+EXCHANGE_MASTER_PUB=$(taler-config -s exchange -o master_public_key)
 taler-auditor-exchange \
-  -m $(taler-config -s exchange -o master_public_key) \
+  -m $EXCHANGE_MASTER_PUB \
   -u $(taler-config -s exchange -o base_url) || true
 
 rm -f auditor.in
 taler-exchange-keyup -o auditor.in
-taler-auditor-sign -r auditor.in -o auditor.out
+taler-auditor-sign -m $EXCHANGE_MASTER_PUB -r auditor.in -o auditor.out
 rm -f auditor.in auditor.out # we don't actually use the auditor's signatures 
in the demo!
 
 ##

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



reply via email to

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