git://git.qt-users.jp
/
mirror
/
qt
/
qt5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add --berlin to set up WebKit mirror accordingly.
[mirror/qt/qt5.git]
/
init-repository
diff --git
a/init-repository
b/init-repository
index
819e042
..
15dc26d
100755
(executable)
--- a/
init-repository
+++ b/
init-repository
@@
-120,6
+120,11
@@
Switch to internal Nokia URLs.
Switch to internal Nokia URLs and make use of the Brisbane git mirrors.
(Implies `--mirror' and `--mirror-webkit').
Switch to internal Nokia URLs and make use of the Brisbane git mirrors.
(Implies `--mirror' and `--mirror-webkit').
+=item --berlin
+
+Switch to internal Nokia URLs and make use of the Berlin git mirrors.
+(Implies `--mirror' and `--mirror-webkit').
+
=item --ssh
=item --ssh
@@
-231,6
+236,13
@@
my $BNE_MIRROR_URL_BASE
my $BNE_MIRROR_WEBKIT_URL
= 'git://bq-git.apac.nokia.com/qtsoftware/research/gitorious-org-webkit-qtwebkit-mirror.git';
my $BNE_MIRROR_WEBKIT_URL
= 'git://bq-git.apac.nokia.com/qtsoftware/research/gitorious-org-webkit-qtwebkit-mirror.git';
+my $BER_MIRROR_URL_BASE
+ = 'git://ber-git.europe.nokia.com/qt/';
+
+my $BER_MIRROR_WEBKIT_URL
+ = 'git://ber-git.europe.nokia.com/qtwebkit/qtwebkit.git';
+
+
sub new
{
my ($class, @arguments) = @_;
sub new
{
my ($class, @arguments) = @_;
@@
-301,6
+313,13
@@
sub parse_arguments
$self->{'ignore-submodules'} = 1;
},
$self->{'ignore-submodules'} = 1;
},
+ 'berlin|berlin-nokia-developer' => sub {
+ $self->{'nokia-developer'} = 1;
+ $self->{'protocol'} = 'internal';
+ $self->{'mirror-url'} = $BER_MIRROR_URL_BASE;
+ $self->{'mirror-webkit-url'} = $BER_MIRROR_WEBKIT_URL;
+ },
+
'nokia-developer' => sub {
$self->{'nokia-developer'} = 1;
$self->{'protocol'} = 'internal';
'nokia-developer' => sub {
$self->{'nokia-developer'} = 1;
$self->{'protocol'} = 'internal';