aboutsummaryrefslogtreecommitdiffstats
path: root/init-repository
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2012-01-12 07:40:38 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-12 08:08:51 +0100
commit26d8846f68ad43a754937c5825edeb7a52fd0eb1 (patch)
tree86337e2b4f7f0404b628054c0f0cb330108f166f /init-repository
parentdeeed25932e27ad838641780b9374f2fece2428a (diff)
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>
Diffstat (limited to 'init-repository')
-rwxr-xr-xinit-repository2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-repository b/init-repository
index 2183f938..392521b3 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' 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/,;