summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-06 12:38:11 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-06 12:38:11 +0100
commit47c882f2f1efa46d1606276ba0dc90afadc42e85 (patch)
treeeccd5e490e32c72887cb0d99bba926a4e683f297 /buildbot
parent11380f758438329eb87e4b3a70cfc77fb497e37b (diff)
downloaddeployment-47c882f2f1efa46d1606276ba0dc90afadc42e85.tar.gz
deployment-47c882f2f1efa46d1606276ba0dc90afadc42e85.tar.bz2
deployment-47c882f2f1efa46d1606276ba0dc90afadc42e85.zip
Auditor reports generation.
Fix '??'-rendered references in the PDF (by invoking 'pdflatex' twice).
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/make_auditor_reports.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index d7e7c74..b7c5e86 100755
--- 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"