git: 29e47423be - main - articles/pgpkeys: Add a workaround to fix the 1h build time for PDF.

Marc Fonvieille blackend at FreeBSD.org
Mon May 31 16:15:05 UTC 2021


The branch main has been updated by blackend:

URL: https://cgit.FreeBSD.org/doc/commit/?id=29e47423be969b7fcc7125977c1b22ddd33fc671

commit 29e47423be969b7fcc7125977c1b22ddd33fc671
Author:     Marc Fonvieille <blackend at FreeBSD.org>
AuthorDate: 2021-05-31 16:09:55 +0000
Commit:     Marc Fonvieille <blackend at FreeBSD.org>
CommitDate: 2021-05-31 16:09:55 +0000

    articles/pgpkeys: Add a workaround to fix the 1h build time for PDF.
    
    asciidoctor-pdf has issues with important number of lines leading to
    very long build time (more than 1 hour).  The PGP keys are source of
    huge number of lines.  As a quick workaround, a wrong path is used for
    the keys.
---
 documentation/content/en/articles/pgpkeys/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/articles/pgpkeys/_index.adoc b/documentation/content/en/articles/pgpkeys/_index.adoc
index 4efcf5152b..7b753b8301 100644
--- a/documentation/content/en/articles/pgpkeys/_index.adoc
+++ b/documentation/content/en/articles/pgpkeys/_index.adoc
@@ -23,7 +23,7 @@ endif::[]
 ifeval::["{backend}" == "pdf"]
 include::../../../../shared/authors.adoc[]
 include::../../../../shared/en/teams.adoc[lines=16..-1]
-:include-path: ../../../../static/pgpkeys/
+:include-path: ../../../static/pgpkeys/
 endif::[]
 
 ifeval::["{backend}" == "epub3"]


More information about the dev-commits-doc-all mailing list