diff options
author | 2023-09-06 20:27:51 +0100 | |
---|---|---|
committer | 2023-09-06 20:29:14 +0100 | |
commit | 65aa8e3fefb560482c5ab4045cdff1691abf4f8c (patch) | |
tree | 43510b8eee010eafaad068283a3ad3e14e4a9d97 /files/mirrors | |
parent | mirrors: distfiles: fix get.hosted.online URL (diff) | |
download | api-65aa8e3fefb560482c5ab4045cdff1691abf4f8c.tar.gz api-65aa8e3fefb560482c5ab4045cdff1691abf4f8c.tar.bz2 api-65aa8e3fefb560482c5ab4045cdff1691abf4f8c.zip |
mirrors: distfiles: restore ftp.heanet.ie
This was dropped in eb2e638a5bc397e7200806cf6d17890fdb751946 because
the mirror was temporarily down.
Restore it w/ new URLs (no more pub/).
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'files/mirrors')
-rw-r--r-- | files/mirrors/distfiles.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml index 4dd8f40..1062c30 100644 --- a/files/mirrors/distfiles.xml +++ b/files/mirrors/distfiles.xml @@ -322,6 +322,14 @@ vim: ft=xml et ts=2 sts=2 sw=2: <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.jss.hu</uri> </mirror> </mirrorgroup> + <mirrorgroup region="Europe" country="IE" countryname="Ireland"> + <mirror> + <name>HEAnet - Ireland's National Education and Research Network</name> + <uri protocol="https" ipv6="y" ipv4="y" partial="n">https://ftp.heanet.ie/gentoo.org/</uri> + <uri protocol="http" ipv6="y" ipv4="y" partial="n">http://ftp.heanet.ie/gentoo.org/</uri> + <uri protocol="rsync" ipv6="y" ipv4="y" partial="n">rsync://ftp.heanet.ie/gentoo.org/</uri> + </mirror> + </mirrorgroup> <mirrorgroup region="Europe" country="IT" countryname="Italy"> <mirror> <name>GARR</name> |