Commit f5c3699e authored by Simo Fält's avatar Simo Fält Committed by The Qt Project
Browse files

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: default avatarLiang Qi <liang.qi@digia.com>
Reviewed-by: default avatarDavid Faure (KDE) <faure@kde.org>
parent 72ee3ca0
No related merge requests found
Showing with 1 addition and 0 deletions
...@@ -87,6 +87,7 @@ Readonly my @PROPERTIES => ( ...@@ -87,6 +87,7 @@ Readonly my @PROPERTIES => (
Readonly my %SUBMODULE_TRACKING_REF => ( Readonly my %SUBMODULE_TRACKING_REF => (
qtrepotools => 'refs/heads/master', qtrepotools => 'refs/heads/master',
qtqa => 'refs/heads/master', qtqa => 'refs/heads/master',
qtx11extras => 'refs/heads/master',
); );
# Author and committer to be used for commits by this script. # Author and committer to be used for commits by this script.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment