have download-cc-rdu01 get stuff from download-ib as its faster
This commit is contained in:
parent
74b187fc19
commit
12af23617a
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue