From 6e82564938744dfd072160cbac654c4d09747e28 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Dec 11 2024 23:18:15 +0000 Subject: Update MIRRORMANAGER default XML-RPC endpoint The mirrormanager XML-RPC endpoint moved away from admin.fedoraproject.org to its own hostname. Update the default in this script to use that instead. --- diff --git a/quick-fedora-mirror b/quick-fedora-mirror index 74dbe5a..fbb1134 100755 --- a/quick-fedora-mirror +++ b/quick-fedora-mirror @@ -611,7 +611,7 @@ set_default_vars () { CURL=/usr/bin/curl FILELIST='fullfiletimelist-$mdir' EXTRAFILES=(fullfilelist imagelist-\$mdir) - MIRRORMANAGER=https://admin.fedoraproject.org/mirrormanager/xmlrpc + MIRRORMANAGER=https://mirrormanager.fedoraproject.org/xmlrpc REMOTE=rsync://dl.fedoraproject.org RSYNC=/usr/bin/rsync RSYNCTIMEOUT=$((60 * 10))