gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: debug


From: gnunet
Subject: [taler-deployment] branch master updated: debug
Date: Fri, 28 May 2021 19:48:21 +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 63ca168  debug
63ca168 is described below

commit 63ca16886ea5ffe9d0630dc35bcf228b5d4ab468
Author: MS <ms@taler.net>
AuthorDate: Fri May 28 19:48:17 2021 +0200

    debug
---
 bin/taler-deployment-config-instances | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/taler-deployment-config-instances 
b/bin/taler-deployment-config-instances
index 9f71c84..1a7284f 100755
--- a/bin/taler-deployment-config-instances
+++ b/bin/taler-deployment-config-instances
@@ -81,6 +81,7 @@ def ensure_instance(instance_id, name, payto_uris, auth):
         json=req,
         headers = authorization_header
     )
+    print(f"POSTing to /private/instances for '{instance_id}', responded with: 
{create_resp.status_code}")
     if create_resp.status_code < 200 or create_resp.status_code >= 300:
         print(f"Instance '{instance_id}' could not be (re)created, backend 
says: {create_resp.text}.  Updating its auth now")
         if instance_id != "Tutorial":

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