texlive[63083] trunk: doc,sync

commits+karl at tug.org commits+karl at tug.org
Wed Apr 20 00:51:47 CEST 2022


Revision: 63083
          http://tug.org/svn/texlive?view=revision&revision=63083
Author:   karl
Date:     2022-04-20 00:51:47 +0200 (Wed, 20 Apr 2022)
Log Message:
-----------
doc,sync

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/pdftexdir/NEWS
    trunk/Master/index.html
    trunk/Master/texmf-dist/scripts/texlive/NEWS
    trunk/Master/tlpkg/bin/c2l
    trunk/Master/tlpkg/doc/releng.txt

Modified: trunk/Build/source/texk/web2c/pdftexdir/NEWS
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/NEWS	2022-04-19 20:57:14 UTC (rev 63082)
+++ trunk/Build/source/texk/web2c/pdftexdir/NEWS	2022-04-19 22:51:47 UTC (rev 63083)
@@ -1,5 +1,8 @@
+pdfTeX 3.141592653-2.6-1.40.25
+- changes:
+  - new primitive \pdfomitinfodict to omit /Info dictionary completely.
+
 pdfTeX 3.141592653-2.6-1.40.24 (TeX Live 2022)
-
 - changes:
   - new primitive \showstream to redirect \show output.
   - new primitives \partokenname, \partokencontext to control \par insertion.

Modified: trunk/Master/index.html
===================================================================
--- trunk/Master/index.html	2022-04-19 20:57:14 UTC (rev 63082)
+++ trunk/Master/index.html	2022-04-19 22:51:47 UTC (rev 63083)
@@ -10,7 +10,7 @@
 <li><a href="https://tug.org/texlive/">TeX Live web pages</a>
 <li><a href="https://tug.org/texlive/doc.html">TeX Live documentation page</a>
 <li><a href="https://tug.org/texlive/tlmgr.html">tlmgr web page</a>
-<li><a href="https://tug.org/texlive/doc/install-tl">install-tl documentation</a>
+<li><a href="https://tug.org/texlive/doc/install-tl.html">install-tl documentation</a>
 </ul>
 
 <p>Links to the top-level README documentation:

Modified: trunk/Master/texmf-dist/scripts/texlive/NEWS
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/NEWS	2022-04-19 20:57:14 UTC (rev 63082)
+++ trunk/Master/texmf-dist/scripts/texlive/NEWS	2022-04-19 22:51:47 UTC (rev 63083)
@@ -1,9 +1,9 @@
 (This file public domain.  Originally written by Norbert Preining and
 Karl Berry, 2010.)
 
-<p><b>tlmgr 63018 (released 12apr22):</b>
+<p><b>tlmgr 63033 (released 17apr22):</b>
 <li>tlmgr check files also ignores the tlmgr*.log files.
-<li>document that in user mode, tlmgr*.log are written in the user tree.
+<li>document that in user mode, tlmgr*.log are written to TEXMFVAR.
 
 <p><b>install-tl 63001 (released 11apr22):</b>
 <li>default to the text interface on Darwin.

Modified: trunk/Master/tlpkg/bin/c2l
===================================================================
--- trunk/Master/tlpkg/bin/c2l	2022-04-19 20:57:14 UTC (rev 63082)
+++ trunk/Master/tlpkg/bin/c2l	2022-04-19 22:51:47 UTC (rev 63083)
@@ -21,7 +21,7 @@
   chdir ($scriptdir) || die "chdir($scriptdir) failed"; # avoid . in PATH confusion
 
   # platform abbrev
-  my $arg = $ARGV[0];
+  (my $arg = $ARGV[0]) =~ s,/$,,; # ignore trailing /
   if ($arg eq "asy") {
     exec ("tl-update-asy --build");
   } elsif ($arg eq "aarch") {

Modified: trunk/Master/tlpkg/doc/releng.txt
===================================================================
--- trunk/Master/tlpkg/doc/releng.txt	2022-04-19 20:57:14 UTC (rev 63082)
+++ trunk/Master/tlpkg/doc/releng.txt	2022-04-19 22:51:47 UTC (rev 63083)
@@ -349,7 +349,7 @@
     If such post-freeze updates are required (let's hope not),
     see tlpkg/archive/tlnet-by-hand.txt.
 
-Z1. When sure it's going to fly, ask for torrents to be created. In 2021,
+Z1. When sure it's going to fly, ask for torrents to be created. In 2022,
   Tim Stewart <timoteostewart1977 at gmail.com>
   made the one that worked.
 
@@ -431,6 +431,17 @@
 mv $tgz $hx/$this/
 rm -rf $preprune
 
+- update local CTAN area, just to avoid mirroring everything back again.
+  Need to do this after the night's mirror-ctan is done, since CTAN
+  won't have updated yet, most likely.
+cd /home/ftp/texlive/tlnet # still
+cy=/home/ftp/tex-archive/systems
+rm -rf $cy/texlive/tlnet/*; cp -ar * $cy/texlive/tlnet/
+rm $cy/texlive/Images/*; cp -a ../Images/*.* $cy/texlive/Images/
+rm $cy/texlive/Source/*; cp -a $tm/source/{install-tl,texlive-,w32tex-}*z $cy/texlive/Source/
+rm $cy/mac/mactex/*; cp -a $fx/mactex/* $cy/mac/mactex/
+
+
 2. tug.org stuff:
 - change fstab 
 mount /mnt/tl
@@ -530,7 +541,9 @@
 all_frozen=false
 catalogue_compare=true intermittently
 #
-Also disable cron.synctl /home/texlive/branch and enable plain cron.synctl.
+Also disable  cron.synctl /home/texlive/branch  and enable plain cron.synctl.
+#
+Also re-enable Catalogue updates in mirror-ctan.
 
 - announcements:
 CTAN @ ISO update: remove old version, MacTeX.



More information about the tex-live-commits mailing list.