mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
Run the script for Internet2 netblocks very late
to make sure the files are all there. The script is looking in date dependent directories and depending on the timezone of the remote server the files appear late.
This commit is contained in:
@@ -9,5 +9,9 @@ MAILTO=root
|
||||
|
||||
# Sync netblocks list once a day
|
||||
30 0 * * * mirrormanager cd /usr/share/mirrormanager2 && /usr/bin/mm2_get_global_netblocks /var/lib/mirrormanager/global_netblocks.txt
|
||||
0 1 * * * mirrormanager cd /usr/share/mirrormanager2 && /usr/bin/mm2_get_internet2_netblocks /var/lib/mirrormanager/internet2_netblocks.txt
|
||||
# Run the script for Internet2 netblocks very late to
|
||||
# make sure the files are all there. The script is
|
||||
# looking in date dependent directories and depending
|
||||
# on the timezone of the remote server the files appear late.
|
||||
0 23 * * * mirrormanager cd /usr/share/mirrormanager2 && /usr/bin/mm2_get_internet2_netblocks /var/lib/mirrormanager/internet2_netblocks.txt
|
||||
30 1 * * * mirrormanager /usr/bin/mm2_update-EC2-netblocks
|
||||
|
||||
Reference in New Issue
Block a user