From 3bd31636376d3a36af623519282f1ba514883378 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Apr 24 2020 19:34:16 +0000 Subject: mirrorlist: do not create pkl anymore The pkl file should be removed from everywhere now and everything should be copying, stating or checking the .proto file now. Signed-off-by: Adrian Reber --- diff --git a/roles/mirrormanager/backend/files/backend.cron b/roles/mirrormanager/backend/files/backend.cron index 46869b9..ac95773 100644 --- a/roles/mirrormanager/backend/files/backend.cron +++ b/roles/mirrormanager/backend/files/backend.cron @@ -4,7 +4,7 @@ MAILTO=root # This can take up to 35 minutes. The mirrorlist servers # are restarted :15 after the full hour. Starting at :30 # should give us enough time. -30 * * * * mirrormanager /usr/bin/mm2_update-mirrorlist-server -p && /usr/local/bin/sync_pkl_to_mirrorlists.sh +30 * * * * mirrormanager /usr/bin/mm2_update-mirrorlist-server -p -o None && /usr/local/bin/sync_pkl_to_mirrorlists.sh # update master directory # logs sent to /var/log/mirrormanager/umdl.log by default