From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A7DF158042 for ; Wed, 23 Oct 2024 03:24:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63FB4E0930; Wed, 23 Oct 2024 03:24:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1B7FE08F3 for ; Wed, 23 Oct 2024 03:24:39 +0000 (UTC) From: Eli Schwartz To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] [PATCH] profiles/thirdpartymirrors: add final fallback for apache Date: Tue, 22 Oct 2024 23:24:29 -0400 Message-ID: <20241023032429.1874420-1-eschwartz@gentoo.org> X-Mailer: git-send-email 2.45.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 98639ceb-e73a-4f55-9bda-02a8db9b2c0e X-Archives-Hash: 7a3141aff7f0f002b48bbe2b82c3a9a5 Apache has a mirror network, which only covers the most recent release of any given package. They also have an additional site which does not appear to be a CDN, and is throttled and can maybe ban you if you use it too much. Unfortunately, it is also the ONLY way to actually get historic releases of many packages. Use it, and use it last -- after every other mirror has been tried, which should handle latest releases. In combination with GENTOO_MIRRORS this should ensure that users can actually download software when needed, without running afoul of throttling. Signed-off-by: Eli Schwartz --- profiles/thirdpartymirrors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/thirdpartymirrors b/profiles/thirdpartymirrors index bb5398896976..d3a857327495 100644 --- a/profiles/thirdpartymirrors +++ b/profiles/thirdpartymirrors @@ -1,4 +1,4 @@ -apache https://dlcdn.apache.org/ https://apache.mirror.iphh.net/ https://= artfiles.org/apache.org/ https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.a= pache.org/dist/ https://ftp.fau.de/apache/ https://apache.osuosl.org/ +apache https://dlcdn.apache.org/ https://apache.mirror.iphh.net/ https://= artfiles.org/apache.org/ https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.a= pache.org/dist/ https://ftp.fau.de/apache/ https://apache.osuosl.org/ https= ://archive.apache.org/dist/ cpan https://cpan.metacpan.org https://www.cpan.org debian https://deb.debian.org/debian/ http://ftp.au.debian.org/debian/ ht= tp://ftp.at.debian.org/debian/ http://ftp.by.debian.org/debian/ http://ftp.= be.debian.org/debian/ http://ftp.br.debian.org/debian/ http://ftp.bg.debian= .org/debian/ http://ftp.ca.debian.org/debian/ http://ftp2.cn.debian.org/deb= ian/ http://ftp.cn.debian.org/debian/ http://ftp.hr.debian.org/debian/ http= ://ftp.cz.debian.org/debian/ http://ftp.dk.debian.org/debian/ http://ftp.sv= .debian.org/debian/ http://ftp.ee.debian.org/debian/ http://ftp.fi.debian.o= rg/debian/ http://ftp.fr.debian.org/debian/ http://ftp2.de.debian.org/debia= n/ http://ftp.de.debian.org/debian/ http://ftp.gr.debian.org/debian/ http:/= /ftp.hu.debian.org/debian/ http://ftp.is.debian.org/debian/ http://ftp.ie.d= ebian.org/debian/ http://ftp.it.debian.org/debian/ http://ftp.jp.debian.org= /debian/ http://ftp.lt.debian.org/debian/ http://ftp.mx.debian.org/debian/ = http://ftp.md.debian.org/debian/ http://ftp.nl.debian.org/debian/ http://ft= p.nc.debian.org/debian/ http://ftp.nz.debian.org/debian/ http://ftp.no.debi= an.org/debian/ http://ftp.pl.debian.org/debian/ http://ftp.pt.debian.org/de= bian/ http://ftp.ro.debian.org/debian/ http://ftp.ru.debian.org/debian/ htt= p://ftp.sg.debian.org/debian/ http://ftp.sk.debian.org/debian/ http://ftp.s= i.debian.org/debian/ http://ftp.es.debian.org/debian/ http://ftp.se.debian.= org/debian/ http://ftp.ch.debian.org/debian/ http://ftp.tw.debian.org/debia= n/ http://ftp.tr.debian.org/debian/ http://ftp.ua.debian.org/debian/ http:/= /ftp.uk.debian.org/debian/ http://ftp.us.debian.org/debian/ gentoo https://distfiles.gentoo.org/distfiles https://gentoo.osuosl.org/d= istfiles https://ftp.halifax.rwth-aachen.de/gentoo/distfiles https://ftp.fa= u.de/gentoo/distfiles --=20 2.45.2