Add mirror-v8 option to init repository.

Change-Id: Ic123f59dff0bf01273d06371aa7792e4bd351b68
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
This commit is contained in:
Lauro Neto
2011-12-13 17:47:28 -03:00
committed by Qt by Nokia
parent de7504a447
commit ba3ed7b92c

View File

@@ -199,6 +199,10 @@ For example:
Uses <url> as the URL for the webkit git mirror.
=item --mirror-v8 <url>
Uses <url> as the URL for the V8 git mirror.
=back
=cut
@@ -326,6 +330,7 @@ sub parse_arguments
'force' => \$self->{qw{ force }},
'ignore-submodules' => \$self->{qw{ ignore-submodules }},
'mirror-webkit=s' => \$self->{qw{ mirror-webkit-url }},
'mirror-v8=s' => \$self->{qw{ mirror-v8-url }},
'mirror=s' => \$self->{qw{ mirror-url }},
'nokia-developer' => \$self->{qw{ nokia-developer }},
'quiet' => \$self->{qw{ quiet }},