taler-deployment

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

commit 57aabe0f631dc8b1e5a97c880cbd64f358c91f76
parent e468ab04efe900ab906e0673e43f5eed988956b5
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 20 May 2019 14:48:00 +0200

Make exchange depend on twister.

Diffstat:
Mtaler-build/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-build/Makefile b/taler-build/Makefile @@ -36,7 +36,7 @@ backoffice-stamp: touch $@ # depends on bank due to bank-lib testcase -exchange-stamp: gnunet-stamp deployment-stamp bank-stamp +exchange-stamp: gnunet-stamp deployment-stamp bank-stamp twister-stamp ./update_exchange.sh touch $@