From 4793388bf74f5eaa88fb8156b01f01801458575d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 6 Jun 2017 14:38:48 +0200 Subject: Revert "no auditor repo anymore" We still need the auditor repository to serve the auditor webpage. This reverts commit ab61867c73a38d2019366726f293b3d3544db33a. --- taler-build/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'taler-build/Makefile') diff --git a/taler-build/Makefile b/taler-build/Makefile index 9995d63..5e9da9b 100644 --- a/taler-build/Makefile +++ b/taler-build/Makefile @@ -1,4 +1,4 @@ -all: exchange-stamp bank-stamp merchant-stamp gnunet-stamp merchant-frontends-stamp landing-stamp deployment-stamp +all: exchange-stamp bank-stamp merchant-stamp gnunet-stamp merchant-frontends-stamp landing-stamp deployment-stamp auditor-stamp deployment-stamp: ./update_deployment.sh @@ -9,6 +9,10 @@ exchange-stamp: gnunet-stamp deployment-stamp bank-stamp ./update_exchange.sh touch $@ +auditor-stamp: deployment-stamp + ./update_auditor.sh + touch $@ + landing-stamp: deployment-stamp ./update_landing.sh touch $@ -- cgit v1.2.3