.gitmodules |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 06d0650d2d9aa101f7907d8e330706640599a162
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Wed Oct 21 21:51:54 2020 +0200
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Mon Jan 31 07:56:51 2022 +0100

    gitmodules: use relative paths
    
    as using https://git.libreoffice.org breaks the submodule subsription
    (automatic update in core when something is pushed to the submodules),
    since gerrit compares the URL with gerrit.canonicalWebUrl, the URL where
    gerrit itself is found, not what is used as default repository URL
    
    (cherry picked from commit f7d892aa0b44772ccd70786375d3b6a4515af180)
    
     Conflicts:
            .gitmodules
    
    Change-Id: I2e4566e69c7e70c463f0aab393d622a6f4d61808
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129194
    Tested-by: Juergen Funk <juergen.funk...@cib.de>
    Reviewed-by: Juergen Funk <juergen.funk...@cib.de>
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/.gitmodules b/.gitmodules
index fe2fb7a8117d..c441234d6030 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,12 +1,12 @@
 [submodule "dictionaries"]
        path = dictionaries
-       url = https://gerrit.libreoffice.org/dictionaries
+       url = ../dictionaries
        branch = .
 [submodule "helpcontent2"]
        path = helpcontent2
-       url = https://gerrit.libreoffice.org/help
+       url = ../help
        branch = .
 [submodule "translations"]
        path = translations
-       url = https://gerrit.libreoffice.org/translations
+       url = ../translations
        branch = .

Reply via email to