gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: wait Survey bank account creat


From: gnunet
Subject: [taler-deployment] branch master updated: wait Survey bank account creation
Date: Fri, 28 Oct 2022 12:13:44 +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 1bfff79  wait Survey bank account creation
1bfff79 is described below

commit 1bfff791cb555bc5965955f1fb27a25240e389fd
Author: MS <ms@taler.net>
AuthorDate: Fri Oct 28 12:13:27 2022 +0200

    wait Survey bank account creation
---
 docker/hybrid/images/merchant/startup.sh | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/docker/hybrid/images/merchant/startup.sh 
b/docker/hybrid/images/merchant/startup.sh
index 03913c9..29f41f6 100644
--- a/docker/hybrid/images/merchant/startup.sh
+++ b/docker/hybrid/images/merchant/startup.sh
@@ -47,7 +47,7 @@ echo Checking $1
 for n in `seq 1 20`
   do
     echo "."
-    sleep 0.4
+    sleep 0.5
     OK=1
     wget $1 -o /dev/null -O /dev/null >/dev/null && break
     OK=0
@@ -112,8 +112,11 @@ PAYTO_RESERVE=$(
 
 SANDBOX_URL="http://bank:15000/demobanks/default/";
 is_serving ${SANDBOX_URL}
-export LIBEUFIN_SANDBOX_USERNAME=`taler-config -c /config/deployment.conf -s 
taler-deployment -o survey-sandbox-username`
+SURVEY_USERNAME=`taler-config -c /config/deployment.conf -s taler-deployment 
-o survey-sandbox-username`
+export LIBEUFIN_SANDBOX_USERNAME=${SURVEY_USERNAME}
 export LIBEUFIN_SANDBOX_PASSWORD=`taler-config -c /config/deployment.conf -s 
taler-deployment -o survey-sandbox-password`
+# Check/wait that the Survey site got its bank account.
+is_serving "${SANDBOX_URL}${SURVEY_USERNAME}"
 libeufin-cli sandbox \
   --sandbox-url ${SANDBOX_URL}\
   demobank new-transaction --bank-account ${LIBEUFIN_SANDBOX_USERNAME} \

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