texlive[42414] Master/tlpkg/bin: more check excludes; cd away for

commits+karl at tug.org commits+karl at tug.org
Tue Nov 1 18:52:42 CET 2016


Revision: 42414
          http://tug.org/svn/texlive?view=revision&revision=42414
Author:   karl
Date:     2016-11-01 18:52:42 +0100 (Tue, 01 Nov 2016)
Log Message:
-----------
more check excludes; cd away for tlpsrc

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/check-files-by-format
    trunk/Master/tlpkg/bin/tlprm

Modified: trunk/Master/tlpkg/bin/check-files-by-format
===================================================================
--- trunk/Master/tlpkg/bin/check-files-by-format	2016-11-01 17:41:54 UTC (rev 42413)
+++ trunk/Master/tlpkg/bin/check-files-by-format	2016-11-01 17:52:42 UTC (rev 42414)
@@ -127,6 +127,8 @@
   'public/mathabx-type1/' => 1, # 14jan11 wrote bnb/preining --karl
   'public/mathdesign/mdpus/' => 1,# 3jan16 author informed long ago, no release
   'public/mathpazo/' => 1,
+  'public/newpx/' => 1,		# 21aug16 bluezones not worth fixing
+  'public/newtx/' => 1,		# 21aug16 bluezones not worth fixing
   'public/ocherokee/' => 1,
   'public/oinuit/' => 1,
   'public/old-arrows/' => 1,	# 2015 author unable/unwilling
@@ -213,6 +215,7 @@
   'public/mathdesign/mdugm/' => 1,
   'public/sansmathfonts/' => 2,	# 20may13 ok with cmssbx12.tfm from sauter
   'public/txfontsb/' => 1,
+  'public/uppunctlm/' => 1,
   'public/zefonts/' => 1,
   'vntex/comicsansvn/' => 1,
 };

Modified: trunk/Master/tlpkg/bin/tlprm
===================================================================
--- trunk/Master/tlpkg/bin/tlprm	2016-11-01 17:41:54 UTC (rev 42413)
+++ trunk/Master/tlpkg/bin/tlprm	2016-11-01 17:52:42 UTC (rev 42414)
@@ -38,6 +38,10 @@
   my $failure_count = 0;
 
   chomp (my $Master = `cd $mydir/../.. && pwd`);
+  # cd anywhere would do, but if in tlpsrc the .tlpsrc file itself
+  # is listed incorrectly as directly under Master.
+  chdir ($Master) || die "chdir($Master) failed: $!";
+  
   my $tlpdb = TeXLive::TLPDB->new ("root" => $Master);
 
   foreach my $f (@ARGV) {



More information about the tex-live-commits mailing list