helpcontent2 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d3cdf86d743d08203023699bd1b2a6b186460095
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon Dec 19 12:28:59 2022 +0100
Commit:     Gerrit Code Review <ger...@gerrit.libreoffice.org>
CommitDate: Mon Dec 19 11:28:59 2022 +0000

    Update git submodules
    
    * Update helpcontent2 from branch 'libreoffice-7-5'
      to f1f75b9cd0c51cb3872a3fa8fb5beee86f04490a
      - Fix prepending xargs to gb_ExternalExecutable_get_command, help part
    
        ...as was done in f048f02f505704a76c4f01b4ff3f369e8ed928b5 "hid2file.js
        generation: process in batch, not each file one-by-one", causing my 
build to
        fail with
    
        > [XSL] CustomTarget/helpcontent2/help3xsl/hid2file.js
        > xargs: 
LD_LIBRARY_PATH=/home/sbergman/gcc/trunk/inst/lib64:/home/sbergman/lo/core/instdir/program:/home/sbergman/lo/core/instdir/program:
 No such file or directory
    
        Change-Id: I94ea42878de55a887e6955b350997425438bb90e
        Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144154
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sberg...@redhat.com>
        (cherry picked from commit 970907045a2400da7ed6e3d14ef76f7ad3b2d783)
        Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144263
        Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

diff --git a/helpcontent2 b/helpcontent2
index 47d547be539a..f1f75b9cd0c5 160000
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 47d547be539ab2822babba4dc0fb230f971de450
+Subproject commit f1f75b9cd0c51cb3872a3fa8fb5beee86f04490a
commit 15e6e1a5203cedc8caac0b9147d41b7e0d3e8d64
Author:     Christian Lohmaier <cl...@documentfoundation.org>
AuthorDate: Mon Dec 19 12:28:51 2022 +0100
Commit:     Gerrit Code Review <ger...@gerrit.libreoffice.org>
CommitDate: Mon Dec 19 11:28:51 2022 +0000

    Update git submodules
    
    * Update helpcontent2 from branch 'libreoffice-7-5'
      to 47d547be539ab2822babba4dc0fb230f971de450
      - hid2file.js generation: process in batch, not each file one-by-one
    
        xsltproc can happily process many files at once, no need to process them
        individually and also no need to surround them with the rm, touch, rm
        triplet each time to catch a possible error.
        When letting xargs actually run the command, then xargs will report
        error if any invocation failed. It will not stop execution commands for
        remaining input unless the command exists with status 255 explicitly,
        but this doesn't matter, processing the whole batch regardless is still
        much faster than processing each file separately.
        To maximize the number of files that can be processed in a single
        command, don't prefix each file with $(SRCDIR)/, but instead cd to
        $(SRCRDIR) before running the command.
    
        Change-Id: I532a54f7298d7011900af5e618d75b37649b0477
        Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144050
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
        (cherry picked from commit f048f02f505704a76c4f01b4ff3f369e8ed928b5)
        Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144065

diff --git a/helpcontent2 b/helpcontent2
index df678c89e22b..47d547be539a 160000
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit df678c89e22b980cac67717ed4b2a60754f2272d
+Subproject commit 47d547be539ab2822babba4dc0fb230f971de450

Reply via email to