gerrit/.gitmodules
David Pursehouse 6d093932ce 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
2013-10-29 17:04:35 +09:00

21 lines
555 B
Plaintext

[submodule "plugins/commit-message-length-validator"]
path = plugins/commit-message-length-validator
url = ../plugins/commit-message-length-validator
[submodule "plugins/cookbook-plugin"]
path = plugins/cookbook-plugin
url = ../plugins/cookbook-plugin
[submodule "plugins/download-commands"]
path = plugins/download-commands
url = ../plugins/download-commands
[submodule "plugins/replication"]
path = plugins/replication
url = ../plugins/replication
[submodule "plugins/reviewnotes"]
path = plugins/reviewnotes
url = ../plugins/reviewnotes