From 471cf8bd17dfa7bae14e34914164369527a3ed67 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 29 Nov 2018 01:58:53 +0100 Subject: No time in reports filename - just date. --- buildbot/make_auditor_reports.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildbot') diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh index 1e06173..18648d8 100755 --- 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" -- cgit v1.2.3