[Libreoffice-commits] core.git: .gitmodules

Christian Lohmaier (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 21 19:56:51 UTC 2020


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

New commits:
commit f7d892aa0b44772ccd70786375d3b6a4515af180
Author:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
AuthorDate: Wed Oct 21 21:51:54 2020 +0200
Commit:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Wed Oct 21 21:51:54 2020 +0200

    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
    
    Change-Id: I2e4566e69c7e70c463f0aab393d622a6f4d61808

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


More information about the Libreoffice-commits mailing list