taler-deployment

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

commit 9e0a904e0dd4d1c19225d0a76e1ea392d1a66ace
parent b48d307afd29569dea751ff2efab1fc9390f07d0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 14 Nov 2020 16:58:34 +0100

new envcfg

Diffstat:
Aenvcfg/envcfg-demo-2020-11-14.py | 21+++++++++++++++++++++
1 file changed, 21 insertions(+), 0 deletions(-)

diff --git a/envcfg/envcfg-demo-2020-11-14.py b/envcfg/envcfg-demo-2020-11-14.py @@ -0,0 +1,21 @@ +# Name of the environment +# (test, demo, int, coverage, demo-checker, auditor-reporter, ...) +env = "demo" + +# Such tag is only used to make the builder happy. +unused_codebase_tag = "master" + +tag_gnunet = "v0.14.0" +tag_libmicrohttpd = "bbf9540c93da3c6b950920ee7eaae479c95403c5" +tag_exchange = "v0.8.1" +tag_merchant = "v0.8.0" +tag_bank = "v0.8.1" +tag_taler_merchant_demos = "3dd9eb2430167b004a422589c18afb692da0661c" +tag_wallet_core = "610bc268060918c02bab058d7b682389458237ba" + +# The following repositories do not really take part +# in any demo, for now. Some of them are old, some are +# not really needed (like Twister, for example.) +tag_backoffice = unused_codebase_tag +tag_twister = unused_codebase_tag +