taler-deployment

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

commit 7bdb0b78d3693b7574b4e0d1f83f77cbc0e31dc2
parent 73689cd47db3182cdb6fdb46f6f1c527a1cc33c4
Author: MS <ms@taler.net>
Date:   Mon, 10 May 2021 10:19:50 +0200

deploying Anastasis

Diffstat:
Mbin/taler-deployment | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -480,6 +480,12 @@ def get_repos(envname): build_sync, ), Repo( + "anastasis", + "git://git.taler.net/anastasis", + ["gnunet", "libmicrohttpd"], + build_sync, + ), + Repo( "bank", "git://git.taler.net/bank", [],