From 87587c272a7062009e7ff41da2ead97f974e5691 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 23 Feb 2020 17:57:15 +0100 Subject: distinguish between two auditor setups, as currency is different --- bin/taler-deployment | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/taler-deployment b/bin/taler-deployment index c7cf17b..66cd680 100755 --- a/bin/taler-deployment +++ b/bin/taler-deployment @@ -76,6 +76,8 @@ currmap = { "int": "INTKUDOS", "euro": "EUR", "chf": "CHF", + "auditor-reporter-test": "TESTKUDOS" + "auditor-reporter-demo": "KUDOS" } @@ -332,7 +334,7 @@ def get_repos(envname): Repo("landing", "git://git.taler.net/landing", [], build_landing), Repo("donations", "git://git.taler.net/donations", [], build_donations), ] - if envname in ("demo", "int", "test", "auditor-reporter"): + if envname in ("demo", "int", "test", "auditor-reporter-test", "auditor-reporter-demo"): return [ Repo( "libmicrohttpd", @@ -434,7 +436,8 @@ allowed_envs = ( "test", "int", "demo", - "auditor-reporter", + "auditor-reporter-test", + "auditor-reporter-demo", "docs-builder", "euro", "chf", @@ -563,7 +566,7 @@ def bootstrap() -> None: if envname == "test": create_bb_worker("buildbot-worker-taler.service", "bb-worker", "test-worker", "test-pass") - elif envname == "auditor-reporter": + elif envname in ("auditor-reporter-test", "auditor-reporter-demo"): create_bb_worker("buildbot-worker-auditor.service", "auditor-worker", "auditor-pass") elif envname == "demo-checker": create_bb_worker("buildbot-worker-taler-healthcheck.service", "bb-worker", "demo-worker", "demo-pass") -- cgit v1.2.3