diff options
Diffstat (limited to 'Master')
-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. # |