From ae18e8f479282b64ca5e2e4f50cfe04c4a18d19c Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Wed, 7 Sep 2011 16:39:26 +0200 Subject: init-repository: replace gerrit remotes with the new domain name All Qt5 modules are now moved to a new host. Change-Id: Id6d7962e26608cd7cd3a8876cabbddb92c65ea17 Reviewed-on: http://codereview.qt-project.org/4369 Reviewed-by: Qt Sanity Bot Reviewed-by: Oswald Buddenhagen --- init-repository | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init-repository') diff --git a/init-repository b/init-repository index 9e1b4cee..fede7914 100755 --- a/init-repository +++ b/init-repository @@ -152,7 +152,7 @@ The `--http' option does not affect the gerrit remotes. Adds a (potentially) writable remote named `gerrit' for each module, for use with the Gerrit code review tool. -This requires a username for SSH access to the codereview.qt.nokia.com +This requires a username for SSH access to the codereview.qt-project.org server, which will be the same username you have for the bugtracker at bugreports.qt.nokia.com. @@ -255,10 +255,10 @@ my %PROTOCOL_REPOS = ( ); my $GERRIT_SSH_BASE - = 'ssh://codereview.qt.nokia.com:29418/'; + = 'ssh://codereview.qt-project.org:29418/'; my $GERRIT_HTTP_BASE - = 'http://codereview.qt.nokia.com/p/'; + = 'http://codereview.qt-project.org/p/'; my $BNE_MIRROR_URL_BASE = 'git://bq-git.apac.nokia.com/qtsoftware/'; -- cgit v1.2.3