From dde206308fcf24f30c4a64123033da889262e343 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 9 Dec 2015 14:53:42 +0000 Subject: [PATCH] Run secondary umdl hourly Signed-off-by: Patrick Uiterwijk --- roles/mirrormanager/backend/files/backend.cron | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/mirrormanager/backend/files/backend.cron b/roles/mirrormanager/backend/files/backend.cron index f3b867f652..b63d3fbbec 100644 --- a/roles/mirrormanager/backend/files/backend.cron +++ b/roles/mirrormanager/backend/files/backend.cron @@ -10,8 +10,8 @@ MAILTO=root 0,30 * * * * mirrormanager /usr/local/bin/umdl-required EPEL /var/log/mirrormanager/umdl-required.log # check if category Fedora Linux needs updating every 30 minutes 10,40 * * * * mirrormanager /usr/local/bin/umdl-required Linux /var/log/mirrormanager/umdl-required.log -# check if category Fedora Secondary Arches needs updating every 30 minutes -20,50 * * * * mirrormanager /usr/local/bin/umdl-required Secondary /var/log/mirrormanager/umdl-required.log +# check if category Fedora Secondary Arches needs updating every hour (will always run) +20 * * * * mirrormanager /usr/local/bin/umdl-required Secondary /var/log/mirrormanager/umdl-required.log # the remaining categories are updated once a day 15 0 * * * mirrormanager /usr/bin/mm2_update-master-directory-list --category="Fedora Archive" 15 12 * * * mirrormanager /usr/bin/mm2_update-master-directory-list --category="Fedora Other"