From cfc254bd906c3a690df1acf23bfd30ceda5aa028 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Tue, 14 Nov 2023 15:33:30 +0400 Subject: [PATCH] Switch Qt to GitHub --- Telegram/build/docker/centos_env/Dockerfile | 2 +- Telegram/build/prepare/prepare.py | 2 +- snap/snapcraft.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index d60357a10..d4199e5d1 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -752,7 +752,7 @@ COPY --link --from=libwebp {{ LibrariesPath }}/libwebp-cache / ENV OPENSSL_ROOT_DIR {{ OPENSSL_PREFIX }} -RUN git clone -b {{ QT_TAG }} --depth=1 https://code.qt.io/qt/qt5.git qt_{{ QT }} \ +RUN git clone -b {{ QT_TAG }} --depth=1 {{ GIT }}/qt/qt5.git qt_{{ QT }} \ && cd qt_{{ QT }} \ && git submodule update --init --recursive --depth=1 qtbase qtdeclarative qtwayland qtimageformats qtsvg qtshadertools \ && cd qtbase \ diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index 67a570d02..1c80d10dc 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -1388,7 +1388,7 @@ mac: if buildQt6: stage('qt_6_2_6', """ mac: - git clone -b v6.2.6-lts-lgpl https://code.qt.io/qt/qt5.git qt_6_2_6 + git clone -b v6.2.6-lts-lgpl https://github.com/qt/qt5.git qt_6_2_6 cd qt_6_2_6 perl init-repository --module-subset=qtbase,qtimageformats,qtsvg depends:patches/qtbase_6.2.6/*.patch diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 1b12142a0..4b1c64246 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -480,7 +480,7 @@ parts: override-pull: | QT=6.6.0 - git clone -b v${QT} --depth=1 https://code.qt.io/qt/qt5.git . + git clone -b v${QT} --depth=1 https://github.com/qt/qt5.git . git submodule update --init --recursive --depth=1 qtbase qtdeclarative qtwayland qtimageformats qtsvg qtshadertools cd qtbase