pgsql: Make documentation builds reproducible

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make documentation builds reproducible
Date: 2024-01-22 10:11:35
Message-ID: E1rRrHD-002Z1I-Pt@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make documentation builds reproducible

Currently, the documentation builds are not fully reproducible (in the
sense of https://reproducible-builds.org/) A fix is available
upstream (https://github.com/docbook/xslt10-stylesheets/issues/54) but
not released. This commit patches the upstream fix into our
customization layer.

This patch addresses both the HTML and the FO output. The man output
is already reproducible.

Discussion: https://www.postgresql.org/message-id/flat/9077b779-a9f8-09c8-6e85-da1ebfba15af(at)eisentraut(dot)org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b0f0a9432d0b6f53634a96715f2666f6d4ea25a1

Modified Files
--------------
doc/src/sgml/stylesheet-fo.xsl | 259 ++++++++++++++++++++++++++++++++
doc/src/sgml/stylesheet-html-common.xsl | 234 +++++++++++++++++++++++++++++
2 files changed, 493 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2024-01-22 16:16:01 pgsql: Test EXPLAIN (FORMAT JSON) ... XMLTABLE
Previous Message David Rowley 2024-01-22 09:45:51 pgsql: Re-disallow Memoize for parameterized nested loops with join fil