From f1fac81293497a93db99cc47bc820323b0058efc Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Tue, 19 Nov 2024 15:53:29 +0100 Subject: [PATCH] Change FTP mirror for Fedora We are facing issues with the current FTP mirror. Let's try another one. --- scripts/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/defaults.sh b/scripts/defaults.sh index eac848827..5c3d8338d 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.halifax.rwth-aachen.de/fedora/linux/development/rawhide/Everything/x86_64/os/' export KSTEST_OSTREECONTAINER_URL='quay.io/fedora/fedora-bootc:rawhide'