commit 471cf8bd17dfa7bae14e34914164369527a3ed67
parent 9d1b609be4ef6f6977b5a19a3835cb650c03e75f
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Thu, 29 Nov 2018 01:58:53 +0100
No time in reports filename - just date.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
@@ -13,7 +13,7 @@ if test -z ${TALER_DEPLOYMENT}; then
fi
ACTIVE_COLOR=$(sudo -u ${TALER_DEPLOYMENT} cat /home/${TALER_DEPLOYMENT}/active)
-DATE=$(date +%Y-%m-%d_%H-%M)
+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"