gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: HONOR'ing missing


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: HONOR'ing missing instance.
Date: Fri, 27 Apr 2018 16:24:15 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 77e72d1  HONOR'ing missing instance.
77e72d1 is described below

commit 77e72d1bb69ea71b684613fc6938442ee430a888
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Apr 27 16:23:30 2018 +0200

    HONOR'ing missing instance.
---
 config/generate-config | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/config/generate-config b/config/generate-config
index 2ca4a04..48bcaab 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -215,8 +215,8 @@ def config(currency, envname, exchange_pub, standalone):
     cfg_put("instance-default", "tip_reserve_priv_filename", 
"${TALER_DEPLOYMENT_SHARED}/merchant/default-tip.priv")
     cfg_put("instance-default", "tip_exchange", 
"https://exchange.{}.taler.net/".format(envname))
     # instance tutorial
-    cfg_put("instance-tutorial", "keyfile", 
"${TALER_DEPLOYMENT_SHARED}/merchant/tutorial.priv")
-    cfg_put("instance-tutorial", "name", "Tutorial")
+    cfg_put("instance-Tutorial", "keyfile", 
"${TALER_DEPLOYMENT_SHARED}/merchant/tutorial.priv")
+    cfg_put("instance-Tutorial", "name", "Tutorial")
 
     if standalone:
         cfg_put("account-merchant", "url", 
"payto://x-taler-bank/env.taler.net/{}/bank/{}".format(os.getenv("HOME"), "3"))
@@ -230,10 +230,11 @@ def config(currency, envname, exchange_pub, standalone):
     cfg_put("account-merchant", "wire_response", 
"${TALER_DEPLOYMENT_SHARED}/merchant/wire/merchant.json")
 
     cfg_put("account-merchant", "HONOR_default", "YES")
-    cfg_put("account-merchant", "HONOR_tor", "YES")
-    cfg_put("account-merchant", "HONOR_gnunet", "YES")
-    cfg_put("account-merchant", "HONOR_taler", "YES")
-    cfg_put("account-merchant", "HONOR_fsf", "YES")
+    cfg_put("account-merchant", "HONOR_Tor", "YES")
+    cfg_put("account-merchant", "HONOR_GNUnet", "YES")
+    cfg_put("account-merchant", "HONOR_Taler", "YES")
+    cfg_put("account-merchant", "HONOR_FSF", "YES")
+    cfg_put("account-merchant", "HONOR_Tutorial", "YES")
 
     coin(currency, "ct_10", "0.10")
     coin(currency, "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]