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>
This commit is contained in:
Oswald Buddenhagen
2012-01-04 20:41:20 +01:00
committed by Qt by Nokia
parent 6f4f0fed90
commit eea22574a1

View File

@@ -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.