From 12af23617a17d5a892ea8dd6694fb8f20177601c Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 10 Jul 2018 22:40:44 +0000 Subject: [PATCH] have download-cc-rdu01 get stuff from download-ib as its faster --- files/download/sync-up-downloads.sh.cc-rdu01 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/files/download/sync-up-downloads.sh.cc-rdu01 b/files/download/sync-up-downloads.sh.cc-rdu01 index 93bd557fc2..5373f181da 100755 --- a/files/download/sync-up-downloads.sh.cc-rdu01 +++ b/files/download/sync-up-downloads.sh.cc-rdu01 @@ -11,7 +11,7 @@ RS_DEADLY="--delete --delete-excluded --delete-delay --delay-updates" EPL_EXCLUDES="" FED_EXCLUDES="" -SERVER=dl.fedoraproject.org +SERVER=download-ib01.fedoraproject.org # http://dl.fedoraproject.org/pub/epel/ ${RSYNC} ${RS_OPT} ${RS_DEADLY} ${EPL_EXCLUDES} ${SERVER}::fedora-epel/ /srv/pub/epel/ | tail -n2 | logger -p local0.notice -t rsync_updates_epel @@ -20,5 +20,9 @@ ${RSYNC} ${RS_OPT} ${RS_DEADLY} ${FED_EXCLUDES} ${SERVER}::fedora-enchilada0/ /s # http://dl.fedoraproject.org/pub/fedora-secondary/ ${RSYNC} ${RS_OPT} ${RS_DEADLY} ${FED_EXCLUDES} ${SERVER}::fedora-secondary0/ /srv/pub/fedora-secondary/ | tail -n2 | logger -p local0.notice -t rsync_updates_fedora_2nd +# CentOS +${RSYNC} ${RS_OPT} ${RD_DEADLY} mirrors.kernel.org::centos/ /srv/pub/centos/ | tail -n2 | logger -p local0.notice -t rsync_centos + + # Let MM know I'm all up to date #/usr/bin/report_mirror