gerrit/.gitmodules
Christian Aistleitner 246f9b5285 Reference included plugins by absolute Urls
While the use of relative Urls for referencing included plugin
repositories works nicely when cloning directly from gerrit-review, it
caused problems when cloning from a mirror that only mirrored the main
gerrit repository. There 'git submodule update' did not work unless
the referenced plugin repositories were also mirrored in exactly the
same relative position as on gerrit-review. Hence, we switch to
referencing the included plugin repositories by absolute Urls.

Change-Id: I1230f398cc7d2323922aff7f7acf92eac30f3ab5
2013-05-18 17:59:28 +02:00

12 lines
425 B
Plaintext

[submodule "plugins/replication"]
path = plugins/replication
url = https://gerrit.googlesource.com/plugins/replication
[submodule "plugins/reviewnotes"]
path = plugins/reviewnotes
url = https://gerrit.googlesource.com/plugins/reviewnotes
[submodule "plugins/commit-message-length-validator"]
path = plugins/commit-message-length-validator
url = https://gerrit.googlesource.com/plugins/commit-message-length-validator