From 7af589cf440098fe1ed57aa646f7094305f72afb Mon Sep 17 00:00:00 2001 From: Davlet Panech Date: Tue, 25 Apr 2023 15:49:05 +0000 Subject: [PATCH] docker-images: update default spice-html5 git URL The original URL has been removed from github: https://github.com/freedesktop/spice-html5.git Replace it with a mirror: https://gitlab.freedesktop.org/spice/spice-html5 See also: https://review.opendev.org/c/openstack/openstack-ansible/+/881336 TESTS ================================== Build stx-nova images Closes-Bug: 2017592 Signed-off-by: Davlet Panech Change-Id: I15fa71e9ca607e9b03f92ba4926562a67a528cef --- build-tools/build-docker-images/build-stx-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/build-docker-images/build-stx-images.sh b/build-tools/build-docker-images/build-stx-images.sh index 6fce949a..9274a1ce 100755 --- a/build-tools/build-docker-images/build-stx-images.sh +++ b/build-tools/build-docker-images/build-stx-images.sh @@ -41,7 +41,7 @@ export USE_DOCKER_CACHE=no TAG_LATEST=no TAG_LIST_FILE= TAG_LIST_LATEST_FILE= -DEFAULT_SPICE_REPO=https://github.com/freedesktop/spice-html5.git +DEFAULT_SPICE_REPO="https://gitlab.freedesktop.org/spice/spice-html5" declare -a ONLY declare -a SKIP declare -i MAX_ATTEMPTS=1