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:
parent
a845b5df35
commit
a16f9992be
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue