Revision: 757 http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=757 Author: ineiev Date: 2024-01-30 03:01:27 -0500 (Tue, 30 Jan 2024) Log Message: ----------- update script name
Modified Paths: -------------- trunk/sviki/Mirroring.mdwn Modified: trunk/sviki/Mirroring.mdwn =================================================================== --- trunk/sviki/Mirroring.mdwn 2024-01-17 19:15:40 UTC (rev 756) +++ trunk/sviki/Mirroring.mdwn 2024-01-30 08:01:27 UTC (rev 757) @@ -157,7 +157,7 @@ -rw-r--r-- 1 4.0K Feb 20 23:30 gnu-mirror-list.txt lrwxrwxrwx 1 28 Feb 20 23:28 nongnu-mirror-list.txt -> /srv/download/00_MIRRORS.txt - The script `/opt/savannah/mirrors/scripts/get-gnu-mirror-list.pl` + The script `/opt/savannah/mirrors/scripts/gnu-mirmon.pl` fetches the gnu/ftpmirror list and saves it locally in the two versions (`gnu` and `allgnu`). The `nongnu` list is symlinked to the manually-managed file. @@ -211,8 +211,8 @@ `/etc/cron.d/sv-mirmon`: # Update the authoratative list of GNU ftp mirrors (mirroring ftp.gnu.org). - 3 1 * * * root /opt/savannah/mirrors/scripts/get-gnu-mirror-list.pl --http-only /opt/savannah/mirrors/mirmon-lists/gnu-mirror-list.txt - 6 1 * * * root /opt/savannah/mirrors/scripts/get-gnu-mirror-list.pl --all /opt/savannah/mirrors/mirmon-lists/allgnu-mirror-list.txt + 3 1 * * * root /opt/savannah/mirrors/scripts/gnu-mirmon.pl --http-only /opt/savannah/mirrors/mirmon-lists/gnu-mirror-list.txt + 6 1 * * * root /opt/savannah/mirrors/scripts/gnu-mirmon.pl --all /opt/savannah/mirrors/mirmon-lists/allgnu-mirror-list.txt # Check the status of each mirror (and regenarate the HTML report page). # For gnu/nongnu - also update the list of active mirrors (for the mirror CGIs).