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
This commit is contained in:
parent
269b8a086e
commit
f7d892aa0b
1 changed files with 3 additions and 3 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -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 = .
|
||||
|
|
Loading…
Reference in a new issue