taler-deployment

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

commit 47c882f2f1efa46d1606276ba0dc90afadc42e85
parent 11380f758438329eb87e4b3a70cfc77fb497e37b
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu,  6 Dec 2018 12:38:11 +0100

Auditor reports generation.

Fix '??'-rendered references in the PDF (by invoking 'pdflatex' twice).

Diffstat:
Mbuildbot/make_auditor_reports.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh @@ -36,6 +36,8 @@ python ${PWD}/render_auditor_reports.py \ cd ${HOME} pdflatex "${REPORT_FILE_NOEXT}.tex" +# Give twice to let TeX resolve the sections references. +pdflatex "${REPORT_FILE_NOEXT}.tex" # Remove garbage and set permissions. rm "${REPORT_FILE_NOEXT}.aux"