.gitmodules  |    6 +++---
 translations |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 77a13e01cfead81f6ff8443cf2d82f564a0158ea
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Wed Oct 21 21:59:32 2020 +0200
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Wed Oct 21 21:59:32 2020 +0200

    Update git submodules
    
    * Update translations from branch 'libreoffice-7-0'
      to a032756b2ded48180d4db2996486c59d644bc6e3
      - update translations for 7.0.2 rc2
    
        and force-fix errors using pocheck
    
        Change-Id: Icc6c8d4e27bf80431ec26c8ceb37848058038c85

diff --git a/translations b/translations
index 4a12b40c8751..a032756b2ded 160000
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 4a12b40c8751323705d82539be43d04990f934a9
+Subproject commit a032756b2ded48180d4db2996486c59d644bc6e3
commit dd6dcb41731b87b02afe80e52614788f2906a83f
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Wed Oct 21 21:51:54 2020 +0200
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Wed Oct 21 21:58:43 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
    (cherry picked from commit f7d892aa0b44772ccd70786375d3b6a4515af180)

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 = .
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to