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 E4FE7158042 for ; Fri, 25 Oct 2024 16:15:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81064E089D; Fri, 25 Oct 2024 16:15:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 45210E0866 for ; Fri, 25 Oct 2024 16:15:36 +0000 (UTC) From: Sam James To: Eli Schwartz Cc: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [PATCH] profiles/thirdpartymirrors: add final fallback for apache In-Reply-To: <20241023032429.1874420-1-eschwartz@gentoo.org> (Eli Schwartz's message of "Tue, 22 Oct 2024 23:24:29 -0400") Organization: Gentoo References: <20241023032429.1874420-1-eschwartz@gentoo.org> Date: Fri, 25 Oct 2024 17:15:32 +0100 Message-ID: <87r084yx97.fsf@gentoo.org> 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-Type: text/plain X-Archives-Salt: 4bd7d1ef-99a9-406d-b239-038f32423ec5 X-Archives-Hash: 0b824dee0143e561ad33e87dac8eb011 Eli Schwartz writes: > 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 > --- LGTM. > 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.apache.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.apache.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/ http://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/debian/ > 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.org/debian/ http://ftp.fr.debian.org/debian/ > http://ftp2.de.debian.org/debian/ 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.debian.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://ftp.nc.debian.org/debian/ http://ftp.nz.debian.org/debian/ > http://ftp.no.debian.org/debian/ http://ftp.pl.debian.org/debian/ > http://ftp.pt.debian.org/debian/ http://ftp.ro.debian.org/debian/ > http://ftp.ru.debian.org/debian/ http://ftp.sg.debian.org/debian/ > http://ftp.sk.debian.org/debian/ http://ftp.si.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/debian/ > 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/distfiles https://ftp.halifax.rwth-aachen.de/gentoo/distfiles https://ftp.fau.de/gentoo/distfiles