From db5969901145a38cad106ff8bb20aef635621212 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 2 Nov 2012 20:43:27 +0100 Subject: brisbane is no more the berlin mirror is currently dysfunct as well, but i'm leaving the code in in the expectation that it will finally re-surface (under a different url). Change-Id: Ifee885a6ba17c5ef3502b6547ffd850bc5f742a5 Reviewed-by: Sergio Ahumada Reviewed-by: Lars Knoll --- init-repository | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'init-repository') diff --git a/init-repository b/init-repository index 2e9cd92a..eaae77da 100755 --- a/init-repository +++ b/init-repository @@ -102,7 +102,7 @@ Skip the `git submodule update' command. Set git config to ignore submodules by default when doing operations on the qt5 repo, such as `pull', `fetch', `diff' etc. -This option is default for --nokia-developer/--brisbane. +This option is default for --nokia-developer. After using this option, pass `--ignore-submodules=none' to git to override it as needed. @@ -119,11 +119,6 @@ B Switch to internal Nokia URLs. -=item --brisbane - -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. @@ -250,12 +245,6 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw( my $GERRIT_SSH_BASE = 'ssh://@USER@codereview.qt-project.org@PORT@/'; -my $BNE_MIRROR_URL_BASE - = 'git://bq-git.apac.nokia.com/qtsoftware/'; - -my $BNE_MIRROR_WEBKIT_URL - = 'git://bq-git.apac.nokia.com/gitorious/qtwebkit/qt5-module.git'; - my $BER_MIRROR_URL_BASE = 'git://ber-git.europe.nokia.com/'; @@ -327,14 +316,6 @@ sub parse_arguments 'http' => sub { $self->{protocol} = 'http'; }, 'ssh|ssh-protocol' => sub { $self->{protocol} = 'ssh'; }, - 'brisbane|brisbane-nokia-developer' => sub { - $self->{'nokia-developer'} = 1; - $self->{'protocol'} = 'internal'; - $self->{'mirror-url'} = $BNE_MIRROR_URL_BASE; - $self->{'mirror-webkit-url'} = $BNE_MIRROR_WEBKIT_URL; - $self->{'ignore-submodules'} = 1; - }, - 'berlin|berlin-nokia-developer' => sub { $self->{'nokia-developer'} = 1; $self->{'protocol'} = 'internal'; -- cgit v1.2.3