gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: somehow packaged taler-harness


From: gnunet
Subject: [taler-deployment] branch master updated: somehow packaged taler-harness still has the bug
Date: Sun, 05 Mar 2023 21:10:38 +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 4021b94  somehow packaged taler-harness still has the bug
4021b94 is described below

commit 4021b94d5310cbb8ed3f291d417feeaf8fe43a5f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 5 21:10:35 2023 +0100

    somehow packaged taler-harness still has the bug
---
 netzbon/setup-exchange.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh
index 5c013e3..8881134 100755
--- a/netzbon/setup-exchange.sh
+++ b/netzbon/setup-exchange.sh
@@ -143,6 +143,13 @@ 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]