mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 20:06:32 +08:00
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>
This commit is contained in:
committed by
Qt by Nokia
parent
14ca106b0f
commit
ae18e8f479
@@ -152,7 +152,7 @@ The `--http' option does not affect the gerrit remotes.
|
|||||||
|
|
||||||
Adds a (potentially) writable remote named `gerrit' for each module,
|
Adds a (potentially) writable remote named `gerrit' for each module,
|
||||||
for use with the Gerrit code review tool.
|
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
|
server, which will be the same username you have for the bugtracker at
|
||||||
bugreports.qt.nokia.com.
|
bugreports.qt.nokia.com.
|
||||||
|
|
||||||
@@ -255,10 +255,10 @@ my %PROTOCOL_REPOS = (
|
|||||||
);
|
);
|
||||||
|
|
||||||
my $GERRIT_SSH_BASE
|
my $GERRIT_SSH_BASE
|
||||||
= 'ssh://codereview.qt.nokia.com:29418/';
|
= 'ssh://codereview.qt-project.org:29418/';
|
||||||
|
|
||||||
my $GERRIT_HTTP_BASE
|
my $GERRIT_HTTP_BASE
|
||||||
= 'http://codereview.qt.nokia.com/p/';
|
= 'http://codereview.qt-project.org/p/';
|
||||||
|
|
||||||
my $BNE_MIRROR_URL_BASE
|
my $BNE_MIRROR_URL_BASE
|
||||||
= 'git://bq-git.apac.nokia.com/qtsoftware/';
|
= 'git://bq-git.apac.nokia.com/qtsoftware/';
|
||||||
|
|||||||
Reference in New Issue
Block a user