texlive[49027] Master/tlpkg/bin/tlpkg-ctan-check: knuth files ok now,
commits+karl at tug.org
commits+karl at tug.org
Tue Oct 30 17:17:32 CET 2018
Revision: 49027
http://tug.org/svn/texlive?view=revision&revision=49027
Author: karl
Date: 2018-10-30 17:17:32 +0100 (Tue, 30 Oct 2018)
Log Message:
-----------
knuth files ok now, but a couple from mathpazo not
Modified Paths:
--------------
trunk/Master/tlpkg/bin/tlpkg-ctan-check
Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check 2018-10-30 08:48:55 UTC (rev 49026)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check 2018-10-30 16:17:32 UTC (rev 49027)
@@ -982,10 +982,10 @@
# all we have to compare.
next if $file =~ /\.pdf$/ && $file !~ /short|mathdesign/;
- # knuth.tds.zip (from latex-tds) is wrong wrt to the actual
- # originals, which we installed by hand. Don't check them until fixes.
- next if $file =~ m,/(mf84.bug|tex82.bug|errorlog.tex)$,;
-
+ # seems mathpazo files were updated in TL and not CTAN.
+ # Too old to worry about.
+ next if $basefile =~ m,(pazofnst.tex|Makefile)$, && $file =~ m,/mathpazo/,;
+
# We install our own stub, not ConTeXt's. I guess.
next if $basefile eq "mptopdf.exe";
More information about the tex-live-commits
mailing list