gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: leave libeufin-nexus off, conv


From: gnunet
Subject: [taler-deployment] branch master updated: leave libeufin-nexus off, conversion may be unready
Date: Sat, 03 Feb 2024 22:48:47 +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 a71ad24  leave libeufin-nexus off, conversion may be unready
a71ad24 is described below

commit a71ad247e1af068fbd8ab1256f06bdc16668df32
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Feb 3 22:48:43 2024 +0100

    leave libeufin-nexus off, conversion may be unready
---
 regional-currency/config_libeufin_nexus.sh | 10 +++++++---
 regional-currency/main.sh                  |  5 +++++
 regional-currency/setup-exchange.sh        |  2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/regional-currency/config_libeufin_nexus.sh 
b/regional-currency/config_libeufin_nexus.sh
index 491a757..0c9dfad 100755
--- a/regional-currency/config_libeufin_nexus.sh
+++ b/regional-currency/config_libeufin_nexus.sh
@@ -14,6 +14,10 @@ source config/user.conf
 taler-config -s nexus-ebics -o currency \
   -V $FIAT_CURRENCY -c /etc/libeufin/libeufin-nexus.conf
 
-say "Start nexus tasks..."
-systemctl enable --now libeufin-nexus-ebics-fetch
-systemctl enable --now libeufin-nexus-ebics-submit
+# Note: this seems dangerious: the user has had
+# no chance to actually configure conversion yet!
+# Let's keep this off!
+#
+# say "Start nexus tasks..."
+# systemctl enable --now libeufin-nexus-ebics-fetch
+# systemctl enable --now libeufin-nexus-ebics-submit
diff --git a/regional-currency/main.sh b/regional-currency/main.sh
index 97773ea..7e7f68d 100755
--- a/regional-currency/main.sh
+++ b/regional-currency/main.sh
@@ -82,5 +82,10 @@ say "For the SMS cash-out TAN, make sure that 
telesign-secret"
 say "is found in the PATH and that it defines the CUSTOMER_ID"
 say "and API_KEY environment variables."
 
+say "If you want a setup with currency conversion, you"
+say "should first complete the EBICS setup,"
+say "then configure currency conversion and"
+say "finally start the libeufin-nexus services."
+
 exit 0
 # END INSTALLATION
diff --git a/regional-currency/setup-exchange.sh 
b/regional-currency/setup-exchange.sh
index 2c4c06f..6e84f5e 100755
--- a/regional-currency/setup-exchange.sh
+++ b/regional-currency/setup-exchange.sh
@@ -148,7 +148,7 @@ cat << EOF > /etc/taler/secrets/exchange-db.secret.conf
 [exchangedb-postgres]
 CONFIG=postgres:///exchange
 EOF
-  
+
 chmod 440 /etc/taler/secrets/exchange-db.secret.conf
 chown root:taler-exchange-db /etc/taler/secrets/exchange-db.secret.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]