aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinit-repository21
1 files changed, 1 insertions, 20 deletions
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<Repository options:>
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';