From 5a29299dd08140856ec083711fcb32f164ca94a8 Mon Sep 17 00:00:00 2001 From: Jani Suonpera Date: Mon, 8 Feb 2021 08:50:24 +0200 Subject: Make LTS upstream branches git protocol easy to configure The git protocol for the LTS repositories can be configured via QT_LTS_GIT_PROTOCOL. The default value is ssh, alternatively https protocol can be used. This requires HTTP Credentials to be setup as instructed in https://wiki.qt.io/Setting_up_Gerrit#How_to_get_started_-_Gerrit_registration Task-number: QTBUG-90706 Change-Id: I9d215d7181db7b619bc028a477d9812ae96239ee Reviewed-by: Samuli Piippo --- recipes-qt/qt5/qt5-lts.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-qt/qt5/qt5-lts.inc b/recipes-qt/qt5/qt5-lts.inc index 98ac3ce0..aba132b5 100644 --- a/recipes-qt/qt5/qt5-lts.inc +++ b/recipes-qt/qt5/qt5-lts.inc @@ -1,7 +1,8 @@ require qt5-git.inc -QT_GIT = "git://codereview.qt-project.org:29418/${QT_GIT_PROJECT}" -QT_GIT_PROTOCOL = "ssh" +QT_GIT = "git://codereview.qt-project.org/${QT_GIT_PROJECT}" +QT_LTS_GIT_PROTOCOL ?= "ssh" +QT_GIT_PROTOCOL = "${QT_LTS_GIT_PROTOCOL}" QT_MODULE_BRANCH = "tqtc/lts-5.15" QT_MODULE_REPO = "tqtc-${QT_MODULE}.git" -- cgit v1.2.3