Re: git: 6e4935d974ab - main - */*: Mk/bsd.sites.mk: TEX_CTAN reorganize mirrors

From: Muhammad Moinur Rahman <bofh_at_freebsd.org>
Date: Mon, 06 Jun 2022 22:04:58 UTC
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. But 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 “RANDOMIZE_MASTER_SITES=yes” in your make.conf.

Kind Regards,
Moin (bofh)

> On 6 Jun 2022, at 22:49, Fernando Apesteguía <fernape@FreeBSD.org> wrote:
> 
> The branch main has been updated by fernape:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=6e4935d974ab5198a1afca653ab6f40a86e4213c
> 
> commit 6e4935d974ab5198a1afca653ab6f40a86e4213c
> Author:     Fernando Apesteguía <fernape@FreeBSD.org>
> AuthorDate: 2022-06-06 20:26:30 +0000
> Commit:     Fernando Apesteguía <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+= \
> 
> .if !defined(IGNORE_MASTER_SITE_TEX_CTAN)
> MASTER_SITE_TEX_CTAN+= \
> -	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