summaryrefslogtreecommitdiffstats
path: root/scripts/qt
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-07-05 21:20:55 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-05 21:51:35 +0200
commitef4479612fa20c7a7aeba50aec93a94b61aee6f7 (patch)
tree3040876196f408c66b7a6d7c494a35f8b6393c74 /scripts/qt
parentaf9f102301462af5dc0fa79f5bde4d41e056808b (diff)
qt_update_submodules: Fix some submodules
qtconnectivity, qtlocation and qtsystems don't have a master branch anymore, they have switched to use dev/stable/release scheme instead. Change-Id: I7d5101dd6c6dd346ac75ff7f616b5dcb5b9fc71d Reviewed-by: David Faure (KDE) <faure@kde.org>
Diffstat (limited to 'scripts/qt')
-rwxr-xr-xscripts/qt/qt_update_submodules.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/qt/qt_update_submodules.pl b/scripts/qt/qt_update_submodules.pl
index dfbd589f..038c5f6b 100755
--- a/scripts/qt/qt_update_submodules.pl
+++ b/scripts/qt/qt_update_submodules.pl
@@ -87,15 +87,12 @@ Readonly my @PROPERTIES => (
Readonly my %SUBMODULE_TRACKING_REF => (
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.