Update developer instructions for cloning the Gerrit project

The core plugins are now included as git submodules.

When cloning the gerrit project, the --recursive option must be
used otherwise the submodules will not be cloned and the build
will not work.

Update the documentation accordingly.

Change-Id: I02decd68a1de061b60d3e7b6ce2ffdd24d12505a
(cherry picked from commit 4f2be538e7)
This commit is contained in:
David Pursehouse 2013-05-09 13:47:17 +01:00 committed by Gustaf Lundh
parent ea795383d2
commit b381497250

View File

@ -11,10 +11,13 @@ Get the Source
Create a new client workspace:
----
git clone https://gerrit.googlesource.com/gerrit
git clone --recursive https://gerrit.googlesource.com/gerrit
cd gerrit
----
The `--recursive` option is needed on `git clone` to ensure that
the core plugins, which are included as git submodules, are also
cloned.
Configuring Eclipse
-------------------