Set git submodules back to relative paths

In 246f9b5285 the submodules were
changed to use absolute paths, to prevent problems on mirrors
where only the gerrit project is present, or where the plugin gits
are not on the same relative path as they are on gerrit-review.

This however causes problems for mirrors where the plugins *are*
present and in the expected relative path:  the plugins are still
cloned off the gerrit-review server, rather than the mirror.

Switch them back to relative paths to fix this.

Change-Id: I30b5e6f96fbbc538665be9a618c3cf092e1588f1
This commit is contained in:
David Pursehouse
2013-10-29 17:00:44 +09:00
parent ed31e1c2ad
commit 6d093932ce

10
.gitmodules vendored
View File

@@ -1,20 +1,20 @@
[submodule "plugins/commit-message-length-validator"]
path = plugins/commit-message-length-validator
url = https://gerrit.googlesource.com/plugins/commit-message-length-validator
url = ../plugins/commit-message-length-validator
[submodule "plugins/cookbook-plugin"]
path = plugins/cookbook-plugin
url = https://gerrit.googlesource.com/plugins/cookbook-plugin
url = ../plugins/cookbook-plugin
[submodule "plugins/download-commands"]
path = plugins/download-commands
url = https://gerrit.googlesource.com/plugins/download-commands
url = ../plugins/download-commands
[submodule "plugins/replication"]
path = plugins/replication
url = https://gerrit.googlesource.com/plugins/replication
url = ../plugins/replication
[submodule "plugins/reviewnotes"]
path = plugins/reviewnotes
url = https://gerrit.googlesource.com/plugins/reviewnotes
url = ../plugins/reviewnotes