aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-07-18 13:00:54 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-18 07:38:00 +0200
commit34f300fd4bc5430d7150e705153029c5d819fb55 (patch)
treedcbd5466c961d5fc15d9b33c4e9e5b6037799c9a
parent1e7d6ecc9d7834f134a6050bc16f3245208b12a6 (diff)
init-repository: fixed incorrect example for --mirror option
The full gerrit project name (including e.g. 'qt/' prefix) is appended to the mirror. The previous example implied that only the last portion was appended. Change-Id: I6313427edc8e3dac0e9819ebec9de1d71763e07f Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com> Reviewed-by: Laszlo Papp <lpapp@kde.org>
-rwxr-xr-xinit-repository2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-repository b/init-repository
index a0ea683e..21c4de01 100755
--- a/init-repository
+++ b/init-repository
@@ -192,7 +192,7 @@ For example:
...will use the following as a mirror for qtbase:
- user@machine:/foo/bar/qtbase.git
+ user@machine:/foo/bar/qt/qtbase.git
The mirror is permitted to contain a subset of the submodules; any
missing modules will fall back to the canonical URLs.