aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2021-11-02 15:39:49 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-11-03 13:43:04 +0000
commitace9d30fdaa91b3b57b6e4c79064c235283584fb (patch)
tree9920385a87aadaa648b582076968195662846266
parentb545fb758d5672ddd37865eae9d594d77c1a31a1 (diff)
Use https protocol for github
Github is removing access to unsecure protocols: https://github.blog/2021-09-01-improving-git-protocol-security-github/ Task-number: QTBUG-97939 Change-Id: I4d91a6681fd2154162db4d2ca046fb264921755b Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit db6fe995b78e3b07d2f1cf4b3726f281a35aba2a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rwxr-xr-xb2qt-init-build-env2
-rw-r--r--scripts/manifest.xml6
2 files changed, 3 insertions, 5 deletions
diff --git a/b2qt-init-build-env b/b2qt-init-build-env
index 0a2d1a43..7f057fca 100755
--- a/b2qt-init-build-env
+++ b/b2qt-init-build-env
@@ -94,7 +94,7 @@ if [ -n "${REFERENCE}" ]; then
fi
if [ -z "${REPO_URL}" ]; then
- REPO_URL="--repo-url git://github.com/theqtcompany/git-repo"
+ REPO_URL="--repo-url https://github.com/theqtcompany/git-repo"
fi
PROJECT_GROUPS=${PROJECT_GROUPS:-default}
diff --git a/scripts/manifest.xml b/scripts/manifest.xml
index eba3ab7c..f8bd9980 100644
--- a/scripts/manifest.xml
+++ b/scripts/manifest.xml
@@ -17,8 +17,6 @@
<!-- OpenEmbedded -->
<remote name="oe"
fetch="git://git.openembedded.org"/>
- <remote name="oe-mirror"
- fetch="git://github.com/openembedded"/>
<project name="meta-openembedded"
remote="oe"
revision="dc262c52b0b10625bf7a2330e1c4e0fe2d8db6aa"
@@ -44,7 +42,7 @@
<!-- NXP -->
<remote name="freescale"
- fetch="git://github.com/Freescale"/>
+ fetch="https://github.com/Freescale"/>
<project name="meta-freescale"
remote="freescale"
revision="25e9cbddbd32802634bafef62ba08da9821c604d"
@@ -74,7 +72,7 @@
<!-- NVIDIA -->
<remote name="OE4T"
- fetch="git://github.com/OE4T"/>
+ fetch="https://github.com/OE4T"/>
<project name="meta-tegra"
remote="OE4T"
revision="314431ffe86b7428e478e0936336869ffdfc0cd7"