summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-04 16:26:21 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-04 16:26:21 +0100
commit42e3b4724109e9c93e82dfd7e9bc7e6187b27bbc (patch)
treeefe16cedc5cf80932622a977b4dab122d6e25be4 /buildbot
parent005180693348748195dba665d4060e26a39d4f90 (diff)
downloaddeployment-42e3b4724109e9c93e82dfd7e9bc7e6187b27bbc.tar.gz
deployment-42e3b4724109e9c93e82dfd7e9bc7e6187b27bbc.tar.bz2
deployment-42e3b4724109e9c93e82dfd7e9bc7e6187b27bbc.zip
Auditor deployment.
Insert exchange into auditor DB before generating reports.
Diffstat (limited to 'buildbot')
-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 32465d0..5cbda6e 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -29,6 +29,11 @@ REPORTS_DIRECTORY="/home/${TALER_DEPLOYMENT}/reports"
${SUDO_COLOR} bash -c \
"source /home/${ACTIVE_COLOR}/activate; \
+ taler-auditor-exchange -m $(taler-config -s exchange -o master_public_key) \
+ -u $(taler-config -s exchange -o base_url)"
+
+${SUDO_COLOR} bash -c \
+ "source /home/${ACTIVE_COLOR}/activate; \
taler-auditor > ${REPORT_FILE}.txt"
${SUDO_COLOR} bash -c \