taler-deployment

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

commit 9129d699725598485ca3f80a086ed8020ae30efd
parent 7f16802e4622372a23bfbf0b2cbe459bdb65d726
Author: MS <ms@taler.net>
Date:   Mon, 12 Oct 2020 16:44:45 +0200

excluding sync repo

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

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -358,12 +358,6 @@ def get_repos(envname): ["exchange", "libmicrohttpd"], build_merchant, ), - Repo( - "sync", - "git://git.taler.net/sync", - ["exchange", "merchant", "libmicrohttpd"], - build_sync, - ), Repo("bank", "git://git.taler.net/bank", [], build_bank), Repo("taler-merchant-demos", "git://git.taler.net/taler-merchant-demos", [], build_demos), Repo("backoffice", "git://git.taler.net/backoffice", [], build_backoffice),