taler-deployment

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

commit a436df54b5bd7dbfe2825ea52845b40d202807cf
parent 2196e2445b300e4d731dff35a2afb951d56a8833
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Wed, 27 Nov 2019 12:15:08 +0100

no coverage for Twister

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

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -291,13 +291,6 @@ def get_repos(envname): ["exchange", "libmicrohttpd"], build_merchant, ), - - Repo( - "twister", - "git://git.taler.net/twister", - ["gnunet", "exchange"], - build_twister, - ), ]