From 42e3b4724109e9c93e82dfd7e9bc7e6187b27bbc Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 4 Dec 2018 16:26:21 +0100 Subject: Auditor deployment. Insert exchange into auditor DB before generating reports. --- buildbot/make_auditor_reports.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'buildbot') 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 @@ -27,6 +27,11 @@ SUDO_COLOR="sudo -u ${ACTIVE_COLOR}" JINJA_TEMPLATE="auditor-report.tex.j2" 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" -- cgit v1.2.3