FS#50516 - [archweb] Request to add available IP version data for each mirror in mirror status JSON

Attached to Project: Arch Linux
Opened by Shankar (shankar) - Thursday, 25 August 2016, 07:47 GMT
Last edited by Eli Schwartz (eschwartz) - Sunday, 25 March 2018, 16:17 GMT
Task Type Feature Request
Category Web Sites
Status Closed
Assigned To Jelle van der Waa (jelly)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Please add the supported IP versions of each mirror to the mirror server status JSON result in https://www.archlinux.org/mirrors/status/json/.

Example:
{
"protocol": "https",
"url": "https://mirror.aarnet.edu.au/pub/archlinux/",
"country": "Australia",
"ipv4": true,
"ipv6": true,
"last_sync": "2016-08-25T07:25:02Z",
"delay": 1952,
"isos": true,
"score": 2.532853962890725,
"completion_pct": 1.0,
"country_code": "AU",
"duration_stddev": 0.272007737875243,
"duration_avg": 1.71862400279326
}

It makes it easier for scripts to filter out mirrors by the IP version.
Currently the script has to poll each mirror for the available IP versions or use https://www.archlinux.org/mirrorlist/.
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Sunday, 25 March 2018, 16:17 GMT
Reason for closing:  Fixed
Comment by Jelle van der Waa (jelly) - Friday, 23 March 2018, 22:01 GMT

Loading...