summaryrefslogtreecommitdiffstats
path: root/scripts/qt
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-03-29 10:03:27 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-29 10:32:42 +0100
commit898d1dede297d164a02e8e027fc46242b6005be2 (patch)
treec4d71818d7be9c95eca4432e9d12fa85589b362b /scripts/qt
parente7115f55a8d7d621da46654030a72ca7ae144b56 (diff)
qt_update_submodules: Fix qtx11extras submodule
qtx11extras doesn't have a master branch anymore, dev and stable were created and are in use instead. Change-Id: Ifd877ea7d40956f6a585bf327180032e7138065b Reviewed-by: David Faure (KDE) <faure@kde.org>
Diffstat (limited to 'scripts/qt')
-rwxr-xr-xscripts/qt/qt_update_submodules.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/qt/qt_update_submodules.pl b/scripts/qt/qt_update_submodules.pl
index 2807c99d..c72f4e13 100755
--- a/scripts/qt/qt_update_submodules.pl
+++ b/scripts/qt/qt_update_submodules.pl
@@ -87,7 +87,6 @@ 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.