texlive[48847] Master/tlpkg/bin: try updating mirror list every day

commits+karl at tug.org commits+karl at tug.org
Sat Oct 6 23:52:30 CEST 2018


Revision: 48847
          http://tug.org/svn/texlive?view=revision&revision=48847
Author:   karl
Date:     2018-10-06 23:52:30 +0200 (Sat, 06 Oct 2018)
Log Message:
-----------
try updating mirror list every day

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tl-update-auto
    trunk/Master/tlpkg/bin/tl-update-ctan-mirrors

Modified: trunk/Master/tlpkg/bin/tl-update-auto
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-auto	2018-10-06 21:03:37 UTC (rev 48846)
+++ trunk/Master/tlpkg/bin/tl-update-auto	2018-10-06 21:52:30 UTC (rev 48847)
@@ -231,7 +231,6 @@
 
 # 
 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 @@
   else
     echo "$0: ctan mirror data not retrievable, skipping." >&2
   fi
-fi
 fi # !config_scripts_only
 
 

Modified: trunk/Master/tlpkg/bin/tl-update-ctan-mirrors
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-ctan-mirrors	2018-10-06 21:03:37 UTC (rev 48846)
+++ trunk/Master/tlpkg/bin/tl-update-ctan-mirrors	2018-10-06 21:52:30 UTC (rev 48847)
@@ -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.
 #



More information about the tex-live-commits mailing list