gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: now fixed in taler-harness


From: gnunet
Subject: [taler-deployment] branch master updated: now fixed in taler-harness
Date: Sun, 05 Mar 2023 11:19:50 +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 9c14908  now fixed in taler-harness
9c14908 is described below

commit 9c14908660b92d6e080ecca37e6ecaa7900a0314
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 5 11:19:40 2023 +0100

    now fixed in taler-harness
---
 netzbon/setup-exchange.sh | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh
index d14bcfb..0cf99d7 100755
--- a/netzbon/setup-exchange.sh
+++ b/netzbon/setup-exchange.sh
@@ -99,8 +99,8 @@ then
 else
     export EXCHANGE_BASE_URL="http://exchange.${DOMAIN_NAME}/";
 fi
-# Generate /etc/taler/conf.d/setup.conf
 
+# Generate /etc/taler/conf.d/setup.conf
 echo -e "[taler]\n"\
         "CURRENCY=${CURRENCY}\n"\
         "CURRENCY_ROUND_UNIT=${CURRENCY}:0.01\n"\
@@ -143,12 +143,6 @@ taler-harness deployment gen-coin-config \
     | sed -e "s/FEE_DEPOSIT = ${CURRENCY}:0.01/FEE_DEPOSIT = ${CURRENCY}:0/" \
           > /etc/taler/conf.d/${CURRENCY}-coins.conf
 
-# FIXME-DOLD: this belongs with taler-harness
-for SEC in `taler-config -c /etc/taler/conf.d/${CURRENCY}-coins.conf -S | grep 
COIN-`
-do
-    taler-config -c /etc/taler/conf.d/${CURRENCY}-coins.conf -s $SEC -o CIPHER 
-V "RSA"
-done
-
 say "Initializing exchange database"
 sudo -u taler-exchange-httpd taler-exchange-dbinit -c /etc/taler/taler.conf
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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