From 7159ae179e6e347d63d2a626a93a1f4fdc9f594b Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Mon, 18 Nov 2024 12:05:56 -0500 Subject: [PATCH] ci: use github.com instead of gitlab.gnome.org because the gnome infrastructure has been unstable and it's not obvious that the gnome infrastructure team is working on it --- .github/workflows/upstream.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 505e5d74abe..834f3d17937 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -42,7 +42,7 @@ jobs: NOCONFIGURE: t shell: bash run: | - git clone --depth=1 https://gitlab.gnome.org/GNOME/libxml2 + git clone --depth=1 https://github.com/gnome/libxml2 cd libxml2 git log -n1 ./autogen.sh @@ -51,7 +51,7 @@ jobs: NOCONFIGURE: t shell: bash run: | - git clone --depth=1 https://gitlab.gnome.org/GNOME/libxslt + git clone --depth=1 https://github.com/gnome/libxslt cd libxslt git log -n1 ./autogen.sh @@ -72,7 +72,7 @@ jobs: env: NOCONFIGURE: t run: | - git clone --depth=1 https://gitlab.gnome.org/GNOME/libxml2 + git clone --depth=1 https://github.com/gnome/libxml2 cd libxml2 git log -n1 ./autogen.sh @@ -80,7 +80,7 @@ jobs: env: NOCONFIGURE: t run: | - git clone --depth=1 https://gitlab.gnome.org/GNOME/libxslt + git clone --depth=1 https://github.com/gnome/libxslt cd libxslt git log -n1 ./autogen.sh