aboutsummaryrefslogtreecommitdiffstats
path: root/init-repository
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@gmail.com>2011-09-07 16:39:26 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-07 17:12:03 +0200
commitae18e8f479282b64ca5e2e4f50cfe04c4a18d19c (patch)
treeb8141c115d433ef217466c185c0227be936f8774 /init-repository
parent14ca106b0fbadd80ddaf92f258714ab4a2750cb7 (diff)
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 <qt_sanity_bot@ovi.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'init-repository')
-rwxr-xr-xinit-repository6
1 files changed, 3 insertions, 3 deletions
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/';