From ba3ed7b92c87e318904a279a2fea7e9e6c00cfb8 Mon Sep 17 00:00:00 2001 From: Lauro Neto Date: Tue, 13 Dec 2011 17:47:28 -0300 Subject: [PATCH] Add mirror-v8 option to init repository. Change-Id: Ic123f59dff0bf01273d06371aa7792e4bd351b68 Sanity-Review: Qt Sanity Bot Reviewed-by: Rohan McGovern Reviewed-by: Sergio Ahumada --- init-repository | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init-repository b/init-repository index 253d7fd4..22feedc5 100755 --- a/init-repository +++ b/init-repository @@ -199,6 +199,10 @@ For example: Uses as the URL for the webkit git mirror. +=item --mirror-v8 + +Uses 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 }},