diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2012-07-18 13:00:54 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-18 07:38:00 +0200 |
commit | 34f300fd4bc5430d7150e705153029c5d819fb55 (patch) | |
tree | dcbd5466c961d5fc15d9b33c4e9e5b6037799c9a /init-repository | |
parent | 1e7d6ecc9d7834f134a6050bc16f3245208b12a6 (diff) | |
download | qt5-34f300fd4bc5430d7150e705153029c5d819fb55.tar.gz |
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>
Diffstat (limited to 'init-repository')
-rwxr-xr-x | init-repository | 2 |
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. |