taler-deployment

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

commit 7a072eec71a257dbb29dedf613b048138f45d5dc
parent 4a768943487d3d572732449d6be6db4eb4404508
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 23 Feb 2020 17:40:27 +0100

fix make_auditor_reports.sh script to use modern deployment command sequence

Diffstat:
Mbuildbot/make_auditor_reports.sh | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh @@ -6,8 +6,10 @@ set -eu source ${HOME}/activate - -taler-deployment-config-generate +taler-deployment bootstrap +source ${HOME}/activate +taler-deployment build +taler-deployment-prepare DATE=$(date +%Y-%m-%d) REPORT_FILE_NOEXT=${HOME}/audit_report.${DATE}