taler-deployment

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

commit b1817398b3d3ec2dcd9d312e9b52eb9c22cc31af
parent b0e2f261753b8ebf30128d570517663616ae156d
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 13 Jan 2020 19:11:03 +0100

admit CHF

Diffstat:
Mbin/taler-deployment | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -290,7 +290,7 @@ def get_repos(envname): ), ] - if envname == "euro": + if envname in ("euro", "chf"): return [ Repo( "libmicrohttpd",