gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: allow local config


From: gnunet
Subject: [taler-deployment] branch master updated: allow local config
Date: Fri, 11 Sep 2020 16:35:03 +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 58b790b  allow local config
58b790b is described below

commit 58b790b7ce3a70d04aefc0bc8a7bbc184b428edf
Author: MS <ms@taler.net>
AuthorDate: Fri Sep 11 16:34:58 2020 +0200

    allow local config
---
 bin/taler-config-generate | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-config-generate b/bin/taler-config-generate
index d082d6e..a5aae3a 100755
--- a/bin/taler-config-generate
+++ b/bin/taler-config-generate
@@ -205,7 +205,7 @@ def config(obj):
 @click.option("--exchange-pub", required=True)
 def main(currency, envname, outdir, exchange_pub):
 
-    if envname not in ("demo", "test", "int", "euro", "chf"):
+    if envname not in ("demo", "test", "int", "euro", "chf", "local"):
         print("envname (%s) not demo/test/int, aborting config generation" % 
envname)
         return
 

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