taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit e9b89a4fe341ae66604a7bbbbfdaee83dec3cf9f
parent 8f01cba611301f7841bf6b8212abf8b7661bf357
Author: MS <ms@taler.net>
Date:   Mon, 15 Feb 2021 19:11:09 +0100

tanker env

Diffstat:
Mbin/taler-deployment | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 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",