Date: Tue, 7 Jun 2022 07:40:27 +0200 From: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= <fernape@freebsd.org> To: Muhammad Moinur Rahman <bofh@freebsd.org> Cc: "ports-committers@freebsd.org" <ports-committers@freebsd.org>, "dev-commits-ports-all@freebsd.org" <dev-commits-ports-all@freebsd.org>, "dev-commits-ports-main@freebsd.org" <dev-commits-ports-main@freebsd.org> Subject: Re: git: 6e4935d974ab - main - */*: Mk/bsd.sites.mk: TEX_CTAN reorganize mirrors Message-ID: <CAGwOe2aOu8abw3PS4_JUJYCY14vZUXfarS84a5n_wMme77ZLRg@mail.gmail.com> In-Reply-To: <E32ECB41-39BA-4B02-B6B8-5D186A9591CF@freebsd.org> References: <202206062049.256KnE4x086388@gitrepo.freebsd.org> <E32ECB41-39BA-4B02-B6B8-5D186A9591CF@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 7, 2022 at 12:05 AM Muhammad Moinur Rahman <bofh@freebsd.org> w= rote: > > Hi, > > This is not correct for everyone and please do not arbitrarily change the= sequence. Maybe from your geolocation the traffic pattern is like this. Bu= t not for everyone. My build server is in USA and I get pretty fast service= from this mirror. In case you need to change the MASTER_SITES please add = =E2=80=9CRANDOMIZE_MASTER_SITES=3Dyes=E2=80=9D in your make.conf. Hi Muhammad, I am not the only one who has reported that the mirror does not work correctly. RANDOMIZE_MASTER_SITES will make on average 1 out of 5 builds fail. I don't think that is much of a solution. Please, feel free to restore it to the previous state. I suppose people suffering from the _extremely_ slow transfer rates from this mirror can patch bsd.sites.mk locally. Cheers. > > Kind Regards, > Moin (bofh) > > > On 6 Jun 2022, at 22:49, Fernando Apestegu=C3=ADa <fernape@FreeBSD.org>= wrote: > > > > The branch main has been updated by fernape: > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D6e4935d974ab5198a1afca= 653ab6f40a86e4213c > > > > commit 6e4935d974ab5198a1afca653ab6f40a86e4213c > > Author: Fernando Apestegu=C3=ADa <fernape@FreeBSD.org> > > AuthorDate: 2022-06-06 20:26:30 +0000 > > Commit: Fernando Apestegu=C3=ADa <fernape@FreeBSD.org> > > CommitDate: 2022-06-06 20:46:55 +0000 > > > > */*: Mk/bsd.sites.mk: TEX_CTAN reorganize mirrors > > > > Move https://ftp.math.utah.edu/pub/tex/historic/%SUBDIR%/ to the end= of the > > list. It is pretty unreliable and gives very bad throughput. > > --- > > Mk/bsd.sites.mk | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk > > index b9fd5b555882..6de0a845eae6 100644 > > --- a/Mk/bsd.sites.mk > > +++ b/Mk/bsd.sites.mk > > @@ -1116,11 +1116,11 @@ MASTER_SITE_TCLTK+=3D \ > > > > .if !defined(IGNORE_MASTER_SITE_TEX_CTAN) > > MASTER_SITE_TEX_CTAN+=3D \ > > - https://ftp.math.utah.edu/pub/tex/historic/%SUBDIR%/ \ > > https://ftp.tu-chemnitz.de/pub/tug/historic/%SUBDIR%/ \ > > https://pi.kwarc.info/historic/%SUBDIR%/ \ > > https://mirrors.tuna.tsinghua.edu.cn/tex-historic-archive/%SUBDIR= %/ \ > > - https://mirror.nju.edu.cn/tex-historic/%SUBDIR%/ > > + https://mirror.nju.edu.cn/tex-historic/%SUBDIR%/ \ > > + https://ftp.math.utah.edu/pub/tex/historic/%SUBDIR%/ > > .endif > > > > # Derived from: https://www.torproject.org/getinvolved/mirrors.html.en >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGwOe2aOu8abw3PS4_JUJYCY14vZUXfarS84a5n_wMme77ZLRg>