taler-deployment

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

commit 89fa7fe99e74f97d51d24de244b929613bf85e40
parent e7e8b62cbe30ed0511b12bb7460c6053d14b098e
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Wed, 29 May 2019 19:23:33 +0200

mute error for audit report

Diffstat:
Mbuildbot/auditor-report.tex.j2 | 23+++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/buildbot/auditor-report.tex.j2 b/buildbot/auditor-report.tex.j2 @@ -217,16 +217,19 @@ compromise. \caption{Emergencies.} \label{table:emergencies} \endlastfoot -{% for item in data.reserve_inconsistencies %} - \multicolumn{4}{l}{ {\tt {{ item.denompub_hash }} } } \\ -\nopagebreak - & - {{ item.value }} & - {{ item.start }} - {{ item.deposit_end }} & - {{ item.denom_risk }} \\ \hline -{% endfor %} - \end{longtable} -{% endif %} + +% FIXME: field does not exist anymore. +% +%{% for item in data.reserve_inconsistencies %} +% \multicolumn{4}{l}{ {\tt {{ item.denompub_hash }} } } \\ +%\nopagebreak +% & +% {{ item.value }} & +% {{ item.start }} - {{ item.deposit_end }} & +% {{ item.denom_risk }} \\ \hline +%{% endfor %} +% \end{longtable} +%{% endif %} \subsection{Arithmetic problems}