Hello, Bob!

On Thu, Apr 26, 2018 at 11:08:38PM -0600, Bob Proulx wrote:
> 
> Just recently the gnu-mirmon.pl has started to produce these errors:
> 
>   /root/bin/gnu-mirmon.pl --http-only 
> /usr/local/share/GeoIP/gnu-mirror-list.txt
> 
>   no country code for Republic of Moldova (from line: Republic of Moldova - 
> https://mirrors.mivocloud.com/gnu/, http://mirrors.mivocloud.com/gnu/, 
> rsync://mirrors.mivocloud.com/gnu/) at /root/bin/gnu-mirmon.pl line 82.
...
> What produces these files?  How did the "md" get dropped?
> 
>   /usr/local/share/GeoIP/allgnu-mirror-list.txt
>   /usr/local/share/GeoIP/gnu-mirror-list.txt

The files are generated from https://www.gnu.org/prep/FTP

This is due to different Perl versions installed on
olddownload and download.

On olddownload, this works:

Locale::Country::country2code ("Moldova");

and this doesn't:

Locale::Country::country2code ("Republic of Moldova");

On download, only this works:

Locale::Country::country2code ("Republic of Moldova");

It looks like https://download.savannah.gnu.org/mirmon/gnu/ and
https://download.savannah.gnu.org/mirmon/allgnu are generated
on download (suprisingly, the script outputs "Moldova").

Recently, Thérèse added the first Moldavian mirror (in "Moldova"),
and she noticed that Mirmon doesn't display the country correctly.
then we "moved" the mirror in /prep/FTP to "Republic of Moldova".

Attachment: signature.asc
Description: Digital signature

Reply via email to