From 8879542b2245a77189f5c7e6088a1c020463607d Mon Sep 17 00:00:00 2001 From: Marius Storm-Olsen Date: Tue, 28 Jun 2011 12:56:39 -0500 Subject: [PATCH] QtDeclarative and QtDoc has moved into Gerrit So, ensure init-repository point their 'gerrit' remotes to the right locations --- init-repository | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init-repository b/init-repository index 4078a241..4de7d7ea 100755 --- a/init-repository +++ b/init-repository @@ -229,6 +229,8 @@ my %STAGING_REPOS = map { $_ => "git://gitorious.org/qt/$_-staging.git" } qw( my %GERRIT_REPOS = map { $_ => "codereview.qt.nokia.com:qt/$_.git" } qw( qtbase + qtdeclarative + qtdoc ); my $BNE_MIRROR_URL_BASE