From ee4b2a525b66c8615488d8609a2a4f01898f787b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 21 Apr 2021 20:49:33 +0000 Subject: update mirrors daily git-svn-id: svn://tug.org/texlive/trunk@58937 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-auto | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto index 7770ca9b5f4..5b070509a72 100755 --- a/Master/tlpkg/bin/tl-update-auto +++ b/Master/tlpkg/bin/tl-update-auto @@ -249,7 +249,10 @@ fi # !config_scripts_only # ctan mirror list from ctan. Skip every other day, # just because daily seems a bit much. -if $config_scripts_only || test `expr $(date +%d) % 2` = 0; then :; else +# || test `expr $(date +%d) % 2` = 0 +# But no, let's do it every day for a while until mirror list +# is more stable. +if $config_scripts_only; then :; else ctan_mirrors=$TMPDIR/mirrors # incoming data from CTAN ctan_mirmon=$TMPDIR/mirmon.state mirrors4tl=tlpkg/installer/ctan-mirrors.pl # massaged for TL -- cgit v1.2.3