pgsql: Make documentation builds reproducible

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Make documentation builds reproducible
Дата
Msg-id E1rRrHD-002Z1I-Pt@gemulon.postgresql.org
обсуждение исходный текст
Список 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@eisentraut.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(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Re-disallow Memoize for parameterized nested loops with join fil
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Test EXPLAIN (FORMAT JSON) ... XMLTABLE