gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: make honored instances active


From: gnunet
Subject: [taler-deployment] branch master updated: make honored instances active
Date: Fri, 24 Apr 2020 09:14:04 +0200

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new f56e22d  make honored instances active
f56e22d is described below

commit f56e22d36f7dab3d4342650c712053fafc8459d1
Author: Florian Dold <address@hidden>
AuthorDate: Fri Apr 24 12:43:59 2020 +0530

    make honored instances active
---
 bin/taler-config-generate | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/bin/taler-config-generate b/bin/taler-config-generate
index 71fd635..218fbc4 100755
--- a/bin/taler-config-generate
+++ b/bin/taler-config-generate
@@ -235,12 +235,10 @@ def config(obj):
     obj.cfg_put("merchant-account-merchant", "wire_response", 
"${TALER_DATA_HOME}/merchant/wire/merchant.json")
     obj.cfg_put("merchant-account-merchant", "wire_file_mode", "770")
 
-    obj.cfg_put("merchant-account-merchant", "HONOR_default", "YES")
-    obj.cfg_put("merchant-account-merchant", "HONOR_Tor", "YES")
-    obj.cfg_put("merchant-account-merchant", "HONOR_GNUnet", "YES")
-    obj.cfg_put("merchant-account-merchant", "HONOR_Taler", "YES")
-    obj.cfg_put("merchant-account-merchant", "HONOR_FSF", "YES")
-    obj.cfg_put("merchant-account-merchant", "HONOR_Tutorial", "YES")
+    merchant_instance_names = ("default", "Tor", "GNUnet", "Taler", "FSF", 
"Tutorial")
+    for mi in merchant_instance_names:
+        obj.cfg_put("merchant-account-merchant", f"HONOR_{mi}", "YES")
+        obj.cfg_put("merchant-account-merchant", f"ACTIVE_{mi}", "YES")
 
     coin(obj, "ct_10", "0.10")
     coin(obj, "1", "1")

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]