From 23d9f0ed5054fe8a6ef5e7874b7d5425e7de8eae Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 2 May 2022 14:20:57 +0200 Subject: [PATCH] mirror-to-mirror.sh: replace mirror.f-droid.org with ftp.agdsn.de * ftp.agdsn.de is a new official mirror that receives push updates. * mirror.f-droid.org is no more, it is now a DNS round robin redirector. admin#247 admin#298 [skip ci] --- examples/mirror-to-mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mirror-to-mirror.sh b/examples/mirror-to-mirror.sh index 7799c020..71b66f11 100644 --- a/examples/mirror-to-mirror.sh +++ b/examples/mirror-to-mirror.sh @@ -15,7 +15,7 @@ set -e cd /home/fdroid for section in repo archive; do echo "Started $section at `date`:" - for host in fdroid@ftp-push.lysator.liu.se fdroid@plug-mirror.rcac.purdue.edu fdroid@mirror.f-droid.org; do + for host in fdroid@ftp-push.lysator.liu.se fdroid@plug-mirror.rcac.purdue.edu fdroid@ftp.agdsn.de; do set -x # be super careful with the trailing slashes here! if one is wrong, it'll delete the entire section! rsync --archive --delay-updates --progress --delete \