aboutsummaryrefslogtreecommitdiffstats
path: root/init-repository
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-01-04 20:41:20 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-17 02:37:59 +0100
commiteea22574a12ffaa7270b02a1b1aa4387b85a3d93 (patch)
treedaeff29eaf7e1737a2ae3eb183296f351f0e268e /init-repository
parent6f4f0fed90c30f09d6116ffda668aa1b0e45d3ec (diff)
don't treat qt3d specially any more
it moved to gerrit properly Task-number: QTBUG-23441 Change-Id: If15a8a9158637d82ca5b3f567d79b7376b43503c Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'init-repository')
-rwxr-xr-xinit-repository5
1 files changed, 1 insertions, 4 deletions
diff --git a/init-repository b/init-repository
index 9d9ebacb..acf4bbae 100755
--- a/init-repository
+++ b/init-repository
@@ -461,7 +461,7 @@ sub git_set_submodule_config
if ($protocol) {
# WebKit is special, and has only external link.
- if ($key ne 'qtwebkit' and $key ne 'qt3d') {
+ if ($key ne 'qtwebkit') {
# qt-labs projects are still hosted under qt internally.
if ($protocol ne 'http') {
$value =~ s,^git://gitorious\.org/qt-labs/,${url_base_for_protocol}qt/,;
@@ -568,9 +568,6 @@ sub git_clone_one_submodule
elsif ($mirror_webkit_url && ($submodule eq 'qtwebkit')) {
$mirror = $mirror_webkit_url;
}
- if ($mirror && ($submodule eq 'qt3d')) {
- $mirror =~ s/qtsoftware/gitorious/ ;
- }
if ($mirror) {
# Only use the mirror if it can be reached.