aboutsummaryrefslogtreecommitdiffstats
path: root/init-repository
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-11-02 20:43:27 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-14 05:51:47 +0100
commitdb5969901145a38cad106ff8bb20aef635621212 (patch)
treee1f6ba28b943af0dc3f890397db90eb46e8e296b /init-repository
parentb9b8db07450bb61583a3e847d511e20f6a7e59bb (diff)
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 <sergio.ahumada@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'init-repository')
-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';