From 5008ddaa11eda6f7e9633360960b5d0b4dfc3810 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 29 Nov 2018 02:17:18 +0100 Subject: Auditor reports. Put reports under 'test' and 'demo' home directories, and update nginx in order to serve those reports. --- buildbot/make_auditor_reports.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildbot/make_auditor_reports.sh') diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh index 18648d8..fdd1b12 100755 --- a/buildbot/make_auditor_reports.sh +++ b/buildbot/make_auditor_reports.sh @@ -17,7 +17,7 @@ DATE=$(date +%Y-%m-%d) REPORT_FILE=/home/${ACTIVE_COLOR}/audit_report.${DATE} SUDO_COLOR="sudo -u ${ACTIVE_COLOR}" JINJA_TEMPLATE="auditor-report.tex.j2" -REPORTS_DIRECTORY="/home/${ACTIVE_COLOR}/fixme" +REPORTS_DIRECTORY="/home/${TALER_DEPLOYMENT}/reports" ${SUDO_COLOR} taler-auditor > ${REPORT_FILE}.txt -- cgit v1.2.3