FS#49714 - [reflector] Not returning expected results

Attached to Project: Community Packages
Opened by Larry Johnson (keepitsimpleengineer) - Wednesday, 15 June 2016, 00:46 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 15 June 2016, 01:30 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Xyne (Xyne)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 3
Private No

Details

Description: Reflector returns a single Server address when expecting more

Additional info:

* package version(s)
# pacman -Qii reflector
Name : reflector
Version : 2015.12-2
Description : A Python 3 module and script to retrieve and filter the latest Pacman mirror list.
Architecture : any
URL : http://xyne.archlinux.ca/projects/reflector
Licenses : GPL
Groups : None
Provides : None
Depends On : python3
Optional Deps : rsync: rate rsync mirrors [installed]
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 86.00 KiB
Packager : Xyne
Build Date : Mon 29 Feb 2016 04:29:13 PM PST
Install Date : Tue 01 Mar 2016 06:00:13 AM PST
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
Backup Files :

* config and/or log files etc.
see Steps to reproduce

Steps to reproduce: From bash terminal run:
[root@KISE-005 ~]# reflector --verbose --country 'United States' -l 200 -p http --sort rate --save /etc/pacman.d/mirrorlist
rating http://arch.localmsp.org/arch/
Server Rate Time
http://arch.localmsp.org/arch/ 367.97 KiB/s 0.32 s

[root@KISE-005 ~]# cat /etc/pacman.d/mirrorlist
################################################################################
################# Arch Linux mirrorlist generated by Reflector #################
################################################################################

# With: reflector --verbose --country 'United States' -l 200 -p http --sort rate --save /etc/pacman.d/mirrorlist
# When: 2016-06-15 00:36:38 UTC
# From: https://www.archlinux.org/mirrors/status/json/
# Retrieved: 2016-06-15 00:33:22 UTC
# Last Check: 2016-06-15 00:31:24 UTC

Server = http://arch.localmsp.org/arch/$repo/os/$arch



This task depends upon

Closed by  Doug Newgard (Scimmia)
Wednesday, 15 June 2016, 01:30 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Wait for the other mirrors to sync up.

Loading...