aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-08-07 01:01:45 +0100
committerSam James <sam@gentoo.org>2023-08-07 01:04:33 +0100
commit1a2eb56c27f0b1c284a13400fa9ee864575e8ba1 (patch)
treea305472a789c4182ae3642a8a2415a994cb51b95
parentDrop Python 2 support (diff)
downloadmirrorselect-1a2eb56c27f0b1c284a13400fa9ee864575e8ba1.tar.gz
mirrorselect-1a2eb56c27f0b1c284a13400fa9ee864575e8ba1.tar.bz2
mirrorselect-1a2eb56c27f0b1c284a13400fa9ee864575e8ba1.zip
Drop old URLs
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--mirrorselect/mirrorparser3.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/mirrorselect/mirrorparser3.py b/mirrorselect/mirrorparser3.py
index 133420a..4023973 100644
--- a/mirrorselect/mirrorparser3.py
+++ b/mirrorselect/mirrorparser3.py
@@ -28,11 +28,6 @@ Distributed under the terms of the GNU General Public License v2
from xml.etree import ElementTree as ET
-# old url's
-#MIRRORS_3_XML = 'http://www.gentoo.org/main/en/mirrors3.xml'
-#MIRRORS_RSYNC_DATA = 'http://www.gentoo.org/main/en/mirrors-rsync-data.xml'
-
-# new urls
MIRRORS_3_XML = 'https://api.gentoo.org/mirrors/distfiles.xml'
MIRRORS_RSYNC_DATA = 'https://api.gentoo.org/mirrors/rsync.xml'