gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: Avoid stopping ARM twice: hang


From: gnunet
Subject: [taler-deployment] branch master updated: Avoid stopping ARM twice: hangs
Date: Sat, 18 Sep 2021 12:10:48 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 2ea03eb  Avoid stopping ARM twice: hangs
2ea03eb is described below

commit 2ea03eb638f832f0f822c2d9a4494bea425d4923
Author: ms <ms@taler.net>
AuthorDate: Sat Sep 18 12:10:44 2021 +0200

    Avoid stopping ARM twice: hangs
---
 bin/taler-deployment-config-instances-iban | 4 +++-
 bin/taler-deployment-prepare-with-eufin    | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment-config-instances-iban 
b/bin/taler-deployment-config-instances-iban
index 4f1abda..64f952c 100755
--- a/bin/taler-deployment-config-instances-iban
+++ b/bin/taler-deployment-config-instances-iban
@@ -159,4 +159,6 @@ ensure_instance(
     
payto_uris=[f"payto://sepa/bank.{TALER_ENV_NAME}.taler.net/{ibans.get('blog')}"],
     auth=dict(method="token", token=TALER_ENV_FRONTENDS_APITOKEN),
 )
-system("taler-deployment-stop")
+system("taler-deployment-arm -k taler-merchant")
+# NOTE: ARM itself will be stopped by the main prepare script.
+# Stopping here will result in indefinite wait at the caller.
diff --git a/bin/taler-deployment-prepare-with-eufin 
b/bin/taler-deployment-prepare-with-eufin
index 22cb654..c07bef2 100755
--- a/bin/taler-deployment-prepare-with-eufin
+++ b/bin/taler-deployment-prepare-with-eufin
@@ -275,7 +275,7 @@ echo " OK"
 
 EBICS_HOST="ebicsDeployedHost"
 
-echo -n "Preparing Sandbox ..."
+echo -n "Make Sandbox EBICS host..."
 libeufin-cli \
   sandbox --sandbox-url=$SANDBOX_URL \
     ebicshost create \

-- 
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]