5 Commits
Author SHA1 Message Date
Axel SpoerlandQt Cherry-pick Bot 7d8cd3fc59 Revert "Use relative url for qlitehtml repo"
This reverts commit f4249930496ebaa7a0cdcc051b4b9a6cea26ad95.

Reason for revert: Causes QTBUG-133397

Change-Id: I49602046d2a873fd23345572936443a549d0dba2
Reviewed-by: Toni Saario <toni.saario@qt.io>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
(cherry picked from commit 728d61faa20811cc5e5a68bcbe6dc3067293dddb)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 95f336236d15bd29c1634ddd4e28de78f9b631de)
2025-02-05 15:24:49 +00:00
Alexandru CroitorandQt Cherry-pick Bot a74e26f193 Use relative url for qlitehtml repo
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>
2024-12-04 14:51:57 +00:00
Kai Koehne 1d778a4bc0 Revert "Clone qlitehtml submodule by default"
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>
2021-05-28 14:32:47 +00:00
Kai Köhne 63741ee6e9 Clone qlitehtml submodule by default
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>
2021-05-19 14:28:26 +02:00
Jarek KobusandKai Köhne c59a544f8a Assistant: Add qlitehtml submodule
Task-number: QTBUG-92267
Change-Id: I2180226c9ace21e647ec48e335d0c5af1676b108
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
2021-04-30 11:35:38 +02:00