From d64f6a9061b1af00f252270064ca6ce3cee51f00 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Fri, 9 Dec 2011 11:59:06 +1000 Subject: Added new gitmodule `qt3d' To replace qtquick3d. This commit introduces qt3d, a follow-up commit will remove qtquick3d. Change-Id: I3d1b46e7e1e32960351f02ec22a6e555203f988a Sanity-Review: Qt Sanity Bot Reviewed-by: Toby Tomkins --- init-repository | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'init-repository') diff --git a/init-repository b/init-repository index 22feedc5..259f6815 100755 --- a/init-repository +++ b/init-repository @@ -220,6 +220,7 @@ my %PROTOCOLS = ( ); my %GERRIT_REPOS = map { $_ => "qt/$_" } qw( + qt3d qt5 qlalr qtactiveqt @@ -467,7 +468,7 @@ sub git_set_submodule_config if ($protocol) { # WebKit is special, and has only external link. - if ($key ne 'qtwebkit') { + 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/,; @@ -573,6 +574,9 @@ sub git_clone_one_submodule elsif ($mirror_webkit_url && ($submodule eq 'qtwebkit')) { $mirror = $mirror_webkit_url; } + if ($mirror && ($submodule eq 'qt3d')) { + $mirror =~ s/qtsoftware/gitorious/ ; + } my $do_clone = (! -d "$submodule/.git"); if ($do_clone) { -- cgit v1.2.3