diff options
author | Karl Berry <karl@freefriends.org> | 2018-10-06 21:52:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-10-06 21:52:30 +0000 |
commit | 8e4246f62b13f5361448ea56cf2f6a670366ce39 (patch) | |
tree | 326d638554ecc6bdab947574b6ab9c57c79ebc10 /Master/tlpkg/bin | |
parent | 66c04c88b27c67042c8f1205adee8417867b3d38 (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')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-auto | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-ctan-mirrors | 2 |
2 files changed, 1 insertions, 3 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 diff --git a/Master/tlpkg/bin/tl-update-ctan-mirrors b/Master/tlpkg/bin/tl-update-ctan-mirrors index 9022189021a..52e286db209 100755 --- a/Master/tlpkg/bin/tl-update-ctan-mirrors +++ b/Master/tlpkg/bin/tl-update-ctan-mirrors @@ -1,6 +1,6 @@ #!/usr/bin/env perl # $Id$ -# Copyright 2011 Norbert Preining +# Copyright 2011-2018 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # |