From cdaddbae517930a1a8863f2e409b8a6fba3f2649 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 11 Jun 2014 13:19:49 +0000 Subject: [PATCH] I forgot to correct a commnet last night --- files/download/cron-daily-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/download/cron-daily-sync.sh b/files/download/cron-daily-sync.sh index 050514e910..22128cc3b7 100755 --- a/files/download/cron-daily-sync.sh +++ b/files/download/cron-daily-sync.sh @@ -16,7 +16,7 @@ SERVER=dl.fedoraproject.org # http://dl.fedoraproject.org/pub/alt/stage/ ${RSYNC} ${RS_OPT} ${RS_DEADLY} ${ALT_EXCLUDES} ${SERVER}::fedora-alt/stage/ /srv/pub/alt/stage/ | tail -n2 | logger -p local0.notice -t rsync_updates_alt_stg -# http://dl.fedoraproject.org/pub/alt/stage/ +# http://dl.fedoraproject.org/pub/alt/bfo/ ${RSYNC} ${RS_OPT} ${RS_DEADLY} ${ALT_EXCLUDES} ${SERVER}::fedora-alt/bfo/ /srv/pub/alt/bfo/ | tail -n2 | logger -p local0.notice -t rsync_updates_alt_bfo # 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