summaryrefslogtreecommitdiff
path: root/buildbot/make_auditor_reports.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-23 17:40:27 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-23 17:40:27 +0100
commit7a072eec71a257dbb29dedf613b048138f45d5dc (patch)
treeb30fb49b667673e6e0d4987a72604f619696f95b /buildbot/make_auditor_reports.sh
parent4a768943487d3d572732449d6be6db4eb4404508 (diff)
downloaddeployment-7a072eec71a257dbb29dedf613b048138f45d5dc.tar.gz
deployment-7a072eec71a257dbb29dedf613b048138f45d5dc.tar.bz2
deployment-7a072eec71a257dbb29dedf613b048138f45d5dc.zip
fix make_auditor_reports.sh script to use modern deployment command sequence
Diffstat (limited to 'buildbot/make_auditor_reports.sh')
-rwxr-xr-xbuildbot/make_auditor_reports.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index c122d18..940f122 100755
--- 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}