summaryrefslogtreecommitdiffstats
path: root/scripts/qt
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@digia.com>2013-03-04 11:50:18 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-04 13:34:10 +0100
commitf5c3699e9fd8c58a84076a875b7d4a0cf43cab02 (patch)
treecdf57c3111d1015e692bdb9e2775fade7a4b864e /scripts/qt
parent72ee3ca09b61ed0fe42f0587204e7930e2aba1bb (diff)
qtqa: Set qt_update_submodules.pl to use qtx11extras' master branch
QtX11Extras is missing dev/stable/release brances, so Qt submodule update bot is usign only its master branch. Change-Id: I7400864cd7bb66543604e8b339d56a6e65862f9b Reviewed-by: Liang Qi <liang.qi@digia.com> Reviewed-by: David Faure (KDE) <faure@kde.org>
Diffstat (limited to 'scripts/qt')
-rwxr-xr-xscripts/qt/qt_update_submodules.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/qt/qt_update_submodules.pl b/scripts/qt/qt_update_submodules.pl
index c72f4e13..2807c99d 100755
--- a/scripts/qt/qt_update_submodules.pl
+++ b/scripts/qt/qt_update_submodules.pl
@@ -87,6 +87,7 @@ Readonly my @PROPERTIES => (
Readonly my %SUBMODULE_TRACKING_REF => (
qtrepotools => 'refs/heads/master',
qtqa => 'refs/heads/master',
+ qtx11extras => 'refs/heads/master',
);
# Author and committer to be used for commits by this script.