From 5f6402afd67003e804cfa61396bf6593af1ef3a3 Mon Sep 17 00:00:00 2001 From: Davlet Panech Date: Mon, 24 Mar 2025 20:04:59 +0000 Subject: [PATCH] Revert "containers: use github mirror for spice-htmp5" This reverts commit 6efadc1683a95f49c528e074d9155cafa39c66db. Reason for revert: Original repo is back Change-Id: Ia1216166f7319231baeafd3b41fcf875e3b8df9c --- build-tools/build-docker-images/build-stx-images.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-tools/build-docker-images/build-stx-images.sh b/build-tools/build-docker-images/build-stx-images.sh index 59411be4..a24071a2 100755 --- a/build-tools/build-docker-images/build-stx-images.sh +++ b/build-tools/build-docker-images/build-stx-images.sh @@ -43,8 +43,7 @@ export USE_DOCKER_CACHE=no TAG_LATEST=no TAG_LIST_FILE= TAG_LIST_LATEST_FILE= -#DEFAULT_SPICE_REPO="https://gitlab.freedesktop.org/spice/spice-html5" -DEFAULT_SPICE_REPO="https://github.com/freedesktop-unofficial-mirror/spice__spice-html5.git" +DEFAULT_SPICE_REPO="https://gitlab.freedesktop.org/spice/spice-html5" declare -a ONLY declare -a SKIP declare -i MAX_ATTEMPTS=1