From c43cf6f2f806d7ef0d20db0f6bb1f06b0b8a71da Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Wed, 21 Aug 2024 11:52:13 +0200 Subject: [PATCH] WIP TEST: test another mirror if this is source of failures --- scripts/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/defaults.sh b/scripts/defaults.sh index eac84882..8c1bc258 100644 --- a/scripts/defaults.sh +++ b/scripts/defaults.sh @@ -11,5 +11,5 @@ export KSTEST_URL='http://dl.fedoraproject.org/pub/fedora/linux/development/rawh export KSTEST_METALINK='https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=x86_64' export KSTEST_MIRRORLIST='https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=x86_64' export KSTEST_MODULAR_URL='http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Modular/x86_64/os/' -export KSTEST_FTP_URL='ftp://ftp.tu-chemnitz.de/pub/linux/fedora/linux/development/rawhide/Everything/x86_64/os/' +export KSTEST_FTP_URL='ftp://ftp-stud.hs-esslingen.de/pub/linux/fedora/linux/development/rawhide/Everything/x86_64/os/' export KSTEST_OSTREECONTAINER_URL='quay.io/fedora/fedora-bootc:rawhide'