summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-auto
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-10-06 21:52:30 +0000
committerKarl Berry <karl@freefriends.org>2018-10-06 21:52:30 +0000
commit8e4246f62b13f5361448ea56cf2f6a670366ce39 (patch)
tree326d638554ecc6bdab947574b6ab9c57c79ebc10 /Master/tlpkg/bin/tl-update-auto
parent66c04c88b27c67042c8f1205adee8417867b3d38 (diff)
try updating mirror list every day
git-svn-id: svn://tug.org/texlive/trunk@48847 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-auto')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-auto2
1 files changed, 0 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto
index 8e8e8008e63..96beacf3282 100755
--- a/Master/tlpkg/bin/tl-update-auto
+++ b/Master/tlpkg/bin/tl-update-auto
@@ -231,7 +231,6 @@ fi # !config_scripts_only
# ctan mirror list from ctan.
if $config_scripts_only; then :; else
-if test `date +%w` = 0; then # only update on Sundays
ctan_mirrors=$TMPDIR/mirrors # incoming data from CTAN
ctan_mirmon=$TMPDIR/mirmon.state
mirrors4tl=tlpkg/installer/ctan-mirrors.pl # massaged for TL
@@ -249,7 +248,6 @@ if test `date +%w` = 0; then # only update on Sundays
else
echo "$0: ctan mirror data not retrievable, skipping." >&2
fi
-fi
fi # !config_scripts_only