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: add 'tutorial' in


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: add 'tutorial' instance, even though it points to the same private key and wire details as the 'default' instance.
Date: Tue, 17 Oct 2017 14:25:37 +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 7f595a5  add 'tutorial' instance, even though it points to the same 
private key and wire details as the 'default' instance.
7f595a5 is described below

commit 7f595a5a9dda6e3b077f561c476aad1c0c57da8e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Oct 17 14:22:30 2017 +0200

    add 'tutorial' instance, even though it points to the
    same private key and wire details as the 'default' instance.
    
    This is useful for didactical purposes, as tutorials do specify
    the 'instance' value where needed, and it is more intuitive to have
    'instance=tutorial' rather than 'instance=default'.
---
 config/generate-config | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config/generate-config b/config/generate-config
index 93a3e8a..02c14b7 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -171,12 +171,14 @@ def config(currency, envname, exchange_pub, standalone):
     cfg_put("merchant-instance-GNUnet", "KEYFILE", 
"${TALER_DEPLOYMENT_SHARED}/merchant/gnunet.priv")
     cfg_put("merchant-instance-Taler", "KEYFILE", 
"${TALER_DEPLOYMENT_SHARED}/merchant/taler.priv")
     cfg_put("merchant-instance-default", "KEYFILE", 
"${TALER_DEPLOYMENT_SHARED}/merchant/default.priv")
+    cfg_put("merchant-instance-tutorial", "KEYFILE", 
"${TALER_DEPLOYMENT_SHARED}/merchant/default.priv")
 
     cfg_put("merchant-instance-wireformat-Tor", "TEST_RESPONSE_FILE", 
"${TALER_DEPLOYMENT_SHARED}/merchant/wire/tor.json")
     cfg_put("merchant-instance-wireformat-GNUnet", "TEST_RESPONSE_FILE", 
"${TALER_DEPLOYMENT_SHARED}/merchant/wire/gnunet.json")
     cfg_put("merchant-instance-wireformat-Taler", "TEST_RESPONSE_FILE", 
"${TALER_DEPLOYMENT_SHARED}/merchant/wire/taler.json")
     cfg_put("merchant-instance-wireformat-FSF", "TEST_RESPONSE_FILE", 
"${TALER_DEPLOYMENT_SHARED}/merchant/wire/fsf.json")
     cfg_put("merchant-instance-wireformat-default", "TEST_RESPONSE_FILE", 
"${TALER_DEPLOYMENT_SHARED}/merchant/wire/default.json")
+    cfg_put("merchant-instance-wireformat-tutorial", "TEST_RESPONSE_FILE", 
"${TALER_DEPLOYMENT_SHARED}/merchant/wire/default.json")
 
     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]