index : reflector32 | |
Archlinux32 fork of reflector | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Reflector.py | 4 |
diff --git a/Reflector.py b/Reflector.py index f141829..7fb45f6 100644 --- a/Reflector.py +++ b/Reflector.py @@ -42,7 +42,7 @@ import urllib.request NAME = 'Reflector' -URL = 'https://archlinux32.org/mirrors/status.php?json' +URL = 'https://www.archlinux32.org/mirrors/status/json' DISPLAY_TIME_FORMAT = '%Y-%m-%d %H:%M:%S UTC' PARSE_TIME_FORMAT = '%Y-%m-%dT%H:%M:%SZ' @@ -498,7 +498,7 @@ class MirrorStatus(): 'testing' ) # Officially supported system architectures. - ARCHITECTURES = ['i486','i686'] + ARCHITECTURES = ['i486','i686','pentium4'] MIRROR_URL_FORMAT = MIRROR_URL_FORMAT MIRRORLIST_ENTRY_FORMAT = MIRRORLIST_ENTRY_FORMAT |