From 26d8846f68ad43a754937c5825edeb7a52fd0eb1 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 12 Jan 2012 07:40:38 +0100 Subject: Remove special casing of qtjsbackend for cloning Mirroring is set up for the repository now. Change-Id: Iee21600f2222103e5777fa95e58a6c2ddaeea58f Sanity-Review: Qt Sanity Bot Reviewed-by: Rohan McGovern --- init-repository | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init-repository') 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/,; -- cgit v1.2.3