commit f27eb5e69ac25ac0939a135b64c2ecf8ec49c773
parent d3008a55a4765c42f75024c0ebda134187f9c4d8
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 23 Feb 2020 22:38:13 +0100
coverage needs twister and bank
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/bin/taler-deployment b/bin/taler-deployment
@@ -295,6 +295,12 @@ def get_repos(envname):
build_exchange,
),
Repo(
+ "twister",
+ "git://git.taler.net/twister",
+ ["gnunet", "exchange"],
+ build_twister,
+ ),
+ Repo(
"merchant",
"git://git.taler.net/merchant",
["exchange", "libmicrohttpd"],
@@ -306,6 +312,7 @@ def get_repos(envname):
["exchange", "merchant"],
build_sync,
),
+ Repo("bank", "git://git.taler.net/bank", [], build_bank),
]
# Note: these are currently not in use!