summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-11-29 01:58:53 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-11-29 01:58:53 +0100
commit471cf8bd17dfa7bae14e34914164369527a3ed67 (patch)
tree7d59ef839ad3b85d2c72a6a0836b7e07ed6d614e /buildbot
parent9d1b609be4ef6f6977b5a19a3835cb650c03e75f (diff)
downloaddeployment-471cf8bd17dfa7bae14e34914164369527a3ed67.tar.gz
deployment-471cf8bd17dfa7bae14e34914164369527a3ed67.tar.bz2
deployment-471cf8bd17dfa7bae14e34914164369527a3ed67.zip
No time in reports filename - just date.
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/make_auditor_reports.sh2
1 files changed, 1 insertions, 1 deletions
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"