helpcontent2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4c80fd033685ca000bf39f7c6f35d6e06854229b
Author: Christian Lohmaier <[email protected]>
AuthorDate: Mon Dec 19 12:29:30 2022 +0100
Commit: Gerrit Code Review <[email protected]>
CommitDate: Mon Dec 19 11:29:30 2022 +0000
Update git submodules
* Update helpcontent2 from branch 'libreoffice-7-5'
to 2cdc1c10b56d99405bd46531497aa5dfaa17956d
- reduce number of process calls when building html help
For each language times the 2500+ xhp files the build did run
dirname, mkdir, and pwd (twice, and on windows also with additional
cygpath) - replacing those by static values provided my make saves
4-5 minutes on a fast m1 machine and over 25 on windows with
cygwin (despite building with 32 threads...)
Change-Id: Ib3ca9e2ffdea622a4b5f578f2580152eb0b3b674
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144393
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <[email protected]>
(cherry picked from commit 88c2d7943241daed9cc850e9518555ef9056634b)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144372
diff --git a/helpcontent2 b/helpcontent2
index 0d390035db0a..2cdc1c10b56d 160000
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 0d390035db0a9115aaf061bc090d95a00ea95451
+Subproject commit 2cdc1c10b56d99405bd46531497aa5dfaa17956d
commit e20c7928dd8b48f51b660621733f88fc3e5b2db9
Author: Christian Lohmaier <[email protected]>
AuthorDate: Mon Dec 19 12:29:20 2022 +0100
Commit: Gerrit Code Review <[email protected]>
CommitDate: Mon Dec 19 11:29:20 2022 +0000
Update git submodules
* Update helpcontent2 from branch 'libreoffice-7-5'
to 0d390035db0a9115aaf061bc090d95a00ea95451
- cd to helpcontent2/source/text & drop it from filenames for larger
batches
On the Jenkins Windows builder only 40~45 of the ~2500 helpfiles can be
processed at once when not stripping that prefix. With the shortened
filenames the build needs less than half of the xsltproc invocations.
Also prevent a trailing carriage return to be interpreted as part of the
filename on windows and drop the abbreviate_dir wrapper around the
command since there's nothing left to shorten anymore.
Change-Id: Ifaff26f73f262bd1d7cb4f813bf081782661ba17
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144236
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <[email protected]>
(cherry picked from commit 5daaa3e440b17505d644273a7305f073d6d5834d)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144264
diff --git a/helpcontent2 b/helpcontent2
index f1f75b9cd0c5..0d390035db0a 160000
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit f1f75b9cd0c51cb3872a3fa8fb5beee86f04490a
+Subproject commit 0d390035db0a9115aaf061bc090d95a00ea95451