mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-24 16:05:36 +08:00
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:
@@ -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 }},
|
||||
|
||||
Reference in New Issue
Block a user