gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: tanker env


From: gnunet
Subject: [taler-deployment] branch master updated: tanker env
Date: Mon, 15 Feb 2021 19:11:15 +0100

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 e9b89a4  tanker env
e9b89a4 is described below

commit e9b89a4fe341ae66604a7bbbbfdaee83dec3cf9f
Author: MS <ms@taler.net>
AuthorDate: Mon Feb 15 19:11:09 2021 +0100

    tanker env
---
 bin/taler-deployment | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 58df3db..d92b550 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -84,7 +84,8 @@ currmap = {
     "chf": "CHF",
     "auditor-reporter-test": "TESTKUDOS",
     "auditor-reporter-demo": "KUDOS",
-    "local": "LOCALKUDOS"
+    "local": "LOCALKUDOS",
+    "tanker": "SEK"
 }
 
 
@@ -325,7 +326,7 @@ def get_repos(envname):
             Repo("bank", "git://git.taler.net/bank", [], build_bank),
             Repo("taler-merchant-demos", 
"git://git.taler.net/taler-merchant-demos", [], build_demos),
         ]
-    if envname in ("local", "demo", "int", "test", "auditor-reporter-test", 
"auditor-reporter-demo"):
+    if envname in ("tanker", "local", "demo", "int", "test", 
"auditor-reporter-test", "auditor-reporter-demo"):
         return [
             Repo(
                 "wallet-core",

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