Remove special casing of qtjsbackend for cloning

Mirroring is set up for the repository now.

Change-Id: Iee21600f2222103e5777fa95e58a6c2ddaeea58f
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
Simon Hausmann
2012-01-12 07:40:38 +01:00
committed by Qt by Nokia
parent deeed25932
commit 26d8846f68

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' and $key ne 'qtjsbackend') {
if ($key ne 'qtwebkit' and $key ne 'qt3d') {
# 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/,;