summaryrefslogtreecommitdiffstats
path: root/scripts/qt
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-05-29 12:07:34 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-29 13:58:15 +0200
commit74bb5d89ac19915d2e4887fa3b617a13f2e50e05 (patch)
tree0b9d0453fc726bdfa92b41a06708edfb9a2f75ea /scripts/qt
parent59e85d6397fb51bbd6547a7a6ce1895fb93f62cb (diff)
Set qt_update_submodules.pl to use some more master branches
The following repositories are missing dev/stable/release branches, so Qt submodule update bot will use only its master branch. qlalr qt3d qtconnectivity qtdocgallery qtfeedback qtjsondb qtlocation qtpim qtsystems Change-Id: I42ce2fe764366b0b892ab4368896a246c5aef98a Reviewed-by: David Faure (KDE) <faure@kde.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'scripts/qt')
-rwxr-xr-xscripts/qt/qt_update_submodules.pl13
1 files changed, 11 insertions, 2 deletions
diff --git a/scripts/qt/qt_update_submodules.pl b/scripts/qt/qt_update_submodules.pl
index 325b457c..dfbd589f 100755
--- a/scripts/qt/qt_update_submodules.pl
+++ b/scripts/qt/qt_update_submodules.pl
@@ -85,8 +85,17 @@ Readonly my @PROPERTIES => (
# Map from submodule to the ref which should be tracked.
# When omitted, defaults to `refs/heads/stable'.
Readonly my %SUBMODULE_TRACKING_REF => (
- qtrepotools => 'refs/heads/master',
- qtqa => 'refs/heads/master',
+ qlalr => 'refs/heads/master',
+ qt3d => 'refs/heads/master',
+ qtconnectivity => 'refs/heads/master',
+ qtdocgallery => 'refs/heads/master',
+ qtfeedback => 'refs/heads/master',
+ qtjsondb => 'refs/heads/master',
+ qtlocation => 'refs/heads/master',
+ qtpim => 'refs/heads/master',
+ qtqa => 'refs/heads/master',
+ qtrepotools => 'refs/heads/master',
+ qtsystems => 'refs/heads/master',
);
# Author and committer to be used for commits by this script.