summaryrefslogtreecommitdiffstats
path: root/.gitmodules
Commit message (Collapse)AuthorAgeFilesLines
* Use patched replication plugin and set git submodules to relative pathsIsmo Haataja2015-01-131-3/+3
| | | | | | | Task-number: QTQAINFRA-892 Change-Id: I7339ad7ff32d55672a2e47426f8f80499cde191c Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Ismo Haataja <ismo.haataja@digia.com>
* Reference included plugins by absolute UrlsChristian Aistleitner2013-05-181-3/+3
| | | | | | | | | | | | 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
* Ensure core plugins are bundled by MavenShawn Pearce2013-05-061-0/+11
Require the core plugins whenever a Gerrit build is run. These are pulled into the Maven Reactor by being inside of git submodules. Plugins can be omitted by passing a -Dgerrit.plugins.skip=true flag on the command line. Change-Id: I7246389bcae9e98d5f1d46208ff515855eb7c474