summaryrefslogtreecommitdiff
path: root/buildbot/make_auditor_reports.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-23 17:43:56 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-23 17:43:56 +0100
commit86f2900af629e336db023f767672607046039302 (patch)
tree9ac43ce1804bd7082291e2ce56cf7d93fe90db98 /buildbot/make_auditor_reports.sh
parent7a072eec71a257dbb29dedf613b048138f45d5dc (diff)
downloaddeployment-86f2900af629e336db023f767672607046039302.tar.gz
deployment-86f2900af629e336db023f767672607046039302.tar.bz2
deployment-86f2900af629e336db023f767672607046039302.zip
debug msgs
Diffstat (limited to 'buildbot/make_auditor_reports.sh')
-rwxr-xr-xbuildbot/make_auditor_reports.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index 940f122..56ee802 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -5,10 +5,15 @@
# The results will be found under ${HOME}/reports/
set -eu
+echo "Running taler-deployment bootstrap"
source ${HOME}/activate
taler-deployment bootstrap
+
+echo "Running taler-deployment build"
source ${HOME}/activate
taler-deployment build
+
+echo "Running taler-deployment-prepare"
taler-deployment-prepare
DATE=$(date +%Y-%m-%d)