From eea22574a12ffaa7270b02a1b1aa4387b85a3d93 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 4 Jan 2012 20:41:20 +0100 Subject: [PATCH] don't treat qt3d specially any more it moved to gerrit properly Task-number: QTBUG-23441 Change-Id: If15a8a9158637d82ca5b3f567d79b7376b43503c Sanity-Review: Qt Sanity Bot Reviewed-by: Rohan McGovern --- init-repository | 5 +---- 1 file changed, 1 insertion(+), 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.