diff --git a/playbooks/roles/mirror-update/files/fedora-mirror-update b/playbooks/roles/mirror-update/files/fedora-mirror-update index 89e89a4a99..69582e4a06 100755 --- a/playbooks/roles/mirror-update/files/fedora-mirror-update +++ b/playbooks/roles/mirror-update/files/fedora-mirror-update @@ -26,14 +26,11 @@ else fi BASE="/afs/.openstack.org/mirror/fedora" -# NOTE(pabelanger): #fedora-admin: -# tibbs | I run pubmirror[12].math.uh.edu. -# tibbs | It polls the masters every ten minutes. # NOTE(ianw): 2018-11 we dropped "-p" from the rsync commands # because upstream starting putting setgid bits on directories, # which you have to have admin permissions in AFS to set. # https://pagure.io/releng/issue/7921 -MIRROR="rsync://pubmirror2.math.uh.edu/fedora-buffet/fedora/linux" +MIRROR="rsync://mirrors.us.kernel.org/fedora" K5START="k5start -t -f /etc/fedora.keytab service/fedora-mirror -- ${TIMEOUT}" echo_ts "----- START FEDORA MIRROR RSYNC RUN -----"