gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: wait loop for exchange


From: gnunet
Subject: [taler-deployment] branch master updated: wait loop for exchange
Date: Thu, 25 Aug 2022 16:01:28 +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 96469a3  wait loop for exchange
96469a3 is described below

commit 96469a3ef03a8a99718d213330ef14d7322c453d
Author: MS <ms@taler.net>
AuthorDate: Thu Aug 25 16:01:22 2022 +0200

    wait loop for exchange
---
 bin/taler-gv | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bin/taler-gv b/bin/taler-gv
index 9581011..f95e5d1 100755
--- a/bin/taler-gv
+++ b/bin/taler-gv
@@ -1315,6 +1315,10 @@ def prepare(postgres_db_name):
     print(" OK")
     print_nn("Launching the exchange...")
     subprocess.run(["systemctl", "--user", "start", 
"taler-local-exchange-httpd.service"])
+    res = requests.get("https://exchange.demo.taler.net/";)
+    while res.status_code != 200:
+        time.sleep(1)
+        res = requests.get("https://exchange.demo.taler.net/";)
     print(" OK")
     print_nn("exchange-offline: signing key material...")
     Command([

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