aboutsummaryrefslogtreecommitdiffstats
path: root/init-repository
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2012-01-05 12:46:24 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-10 06:34:16 +0100
commit7e177c50ce41188533fbaa4c718f2a44db785738 (patch)
tree1a945418208862d119bc34f1265725de86d8e4f9 /init-repository
parent522634777b5750b548411506d69c7a816bd51f4f (diff)
Added qtjsbackend module
Change-Id: I179a5714a12144e6815d931fef9fbfcedee6c93f 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-repository3
1 files changed, 2 insertions, 1 deletions
diff --git a/init-repository b/init-repository
index fffdccb9..c324eef6 100755
--- a/init-repository
+++ b/init-repository
@@ -231,6 +231,7 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
qtdocgallery
qtfeedback
qtjsondb
+ qtjsbackend
qtlocation
qtmultimedia
qtphonon
@@ -468,7 +469,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' and $key ne 'qt3d' and $key ne 'qtjsbackend') {
# 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/,;