Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-12-12 08:56:17 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-12-12 08:56:17 +0100
commit062237d0949b38163b6d13931c7ab3b99840619d (patch)
treeaf0ea9f04a56b2ec70fdb545031d645376c9b4b3
parentb9aec51514337be1eaf0169f0eebbc3b39a39d6b (diff)
updated URL and ARCHITECTURES2019.10
-rw-r--r--Reflector.py4
1 files changed, 2 insertions, 2 deletions
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