aboutsummaryrefslogtreecommitdiffstats
path: root/init-repository
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2012-09-19 13:40:43 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-21 16:44:53 +0200
commit837c3e68a068fb3c1a6e918ea379072f5d5c02fa (patch)
treea1ae687a72f52b9392369f0cf34c013dffae761d /init-repository
parent23701ec55660d651a33b4693ea34879128f661fb (diff)
Fix path to Qt 5 WebKit mirror for Brisbane
Point to the small module that contains snapshots of WebKit instead of of to the repo that contains several gigabytes of history. Change-Id: I96df293c8c6de76ea6e56836a0d6018c25f6bb0a Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'init-repository')
-rwxr-xr-xinit-repository2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-repository b/init-repository
index b63cf86b..c25aee26 100755
--- a/init-repository
+++ b/init-repository
@@ -254,7 +254,7 @@ my $BNE_MIRROR_URL_BASE
= 'git://bq-git.apac.nokia.com/qtsoftware/';
my $BNE_MIRROR_WEBKIT_URL
- = 'git://bq-git.apac.nokia.com/qtsoftware/research/gitorious-org-webkit-qtwebkit-mirror.git';
+ = 'git://bq-git.apac.nokia.com/gitorious/qtwebkit/qt5-module.git';
my $BER_MIRROR_URL_BASE
= 'git://ber-git.europe.nokia.com/';