diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/index.html | 2 | ||||
-rw-r--r-- | Master/texmf-dist/scripts/texlive/NEWS | 4 | ||||
-rwxr-xr-x | Master/tlpkg/bin/c2l | 2 | ||||
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 17 |
4 files changed, 19 insertions, 6 deletions
diff --git a/Master/index.html b/Master/index.html index 457eafb61b3..375ebb1c28c 100644 --- a/Master/index.html +++ b/Master/index.html @@ -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: diff --git a/Master/texmf-dist/scripts/texlive/NEWS b/Master/texmf-dist/scripts/texlive/NEWS index 8f1049b9167..1707ed34b9e 100644 --- a/Master/texmf-dist/scripts/texlive/NEWS +++ b/Master/texmf-dist/scripts/texlive/NEWS @@ -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. diff --git a/Master/tlpkg/bin/c2l b/Master/tlpkg/bin/c2l index fecdebe8ce8..c0e0ec3b40b 100755 --- a/Master/tlpkg/bin/c2l +++ b/Master/tlpkg/bin/c2l @@ -21,7 +21,7 @@ sub main { 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") { diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index c474ec136bd..744f1c2be9b 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -349,7 +349,7 @@ tar -C /home/httpd/html -czf ~karl/tmp/catalogue-freeze.tgz catalogue 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@gmail.com> made the one that worked. @@ -431,6 +431,17 @@ tgz=/tmp/texlive-${this}0321-tlpdb-full.tar.gz # release date, not today's 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 @@ net_frozen=false 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. |