savannah-hackers-public
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Savannah-hackers-public] gnu-mirmon.pl errors


From: Ineiev
Subject: Re: [Savannah-hackers-public] gnu-mirmon.pl errors
Date: Fri, 27 Apr 2018 03:19:55 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

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

[Prev in Thread] Current Thread [Next in Thread]