taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 85e08ce296e715f2ea724ffec2d96b869cac8e11
parent aaf3b045b138468018fb4ca5455ae1db1bec8f49
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 18 Apr 2019 17:00:00 +0200

path

Diffstat:
Mbuildbot/make_auditor_reports.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh @@ -11,7 +11,7 @@ DATE=$(date +%Y-%m-%d) REPORT_FILE_NOEXT=${HOME}/audit_report.${DATE} WIRE_REPORT_FILE_NOEXT=${HOME}/wire_audit_report.${DATE} JINJA_TEMPLATE="auditor-report.tex.j2" -REPORTS_DIRECTORY="${HOME}/reports" +REPORTS_DIRECTORY="${HOME}/shared-data/auditor/reports" source ${HOME}/activate