So that CI clones it from gerrit when integrating changes on gerrit,
while still using code.qt.io when cloning locally from code.qt.io.
Task-number: QTQAINFRA-6817
Change-Id: I4d78f84135e13dab89441a773ec67fc3ac0bded8
Reviewed-by: Toni Saario <toni.saario@qt.io>
(cherry picked from commit f4249930496ebaa7a0cdcc051b4b9a6cea26ad95)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This reverts commit 63741ee6e9.
This didn't fix QTBUG-93850, because it doesn't influence the first
clone step at all. It just means that every fetch/pull will also fetch
the submodules:
$ git gpull
Fetching submodule src/assistant/qlitehtml
Fetching submodule src/assistant/qlitehtml/src/3rdparty/litehtml
Successfully rebased and updated refs/heads/dev.
This is not needed. It's enough to fetch the sub-repos if the checked
out commit changes (the default, "on-demand")
Change-Id: I112b4641dbf8f6d9c3ca8c42a8a9b4d5f4211f92
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
It's required to build, so default to getting it.
Fixes: QTBUG-93850
Task-number: QTBUG-92267
Change-Id: I25b0f39ace29b3fb050de3783859a53be57834b4
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>