diff options
author | Sam James <sam@gentoo.org> | 2023-08-07 01:01:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-07 01:04:33 +0100 |
commit | 1a2eb56c27f0b1c284a13400fa9ee864575e8ba1 (patch) | |
tree | a305472a789c4182ae3642a8a2415a994cb51b95 | |
parent | Drop Python 2 support (diff) | |
download | mirrorselect-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.py | 5 |
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' |