mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-23 14:51:24 +08:00
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:
committed by
Qt by Nokia
parent
deeed25932
commit
26d8846f68
@@ -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/,;
|
||||
|
||||
Reference in New Issue
Block a user