commit 42e3b4724109e9c93e82dfd7e9bc7e6187b27bbc parent 005180693348748195dba665d4060e26a39d4f90 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Tue, 4 Dec 2018 16:26:21 +0100 Auditor deployment. Insert exchange into auditor DB before generating reports. Diffstat:
| M | buildbot/make_auditor_reports.sh | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git 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 \