texlive[59901] trunk: doc, testing tweaks

commits+karl at tug.org commits+karl at tug.org
Sun Jul 11 23:13:26 CEST 2021


Revision: 59901
          http://tug.org/svn/texlive?view=revision&revision=59901
Author:   karl
Date:     2021-07-11 23:13:26 +0200 (Sun, 11 Jul 2021)
Log Message:
-----------
doc, testing tweaks

Modified Paths:
--------------
    trunk/Build/source/doc/tlbuild.info
    trunk/Build/source/doc/tlbuild.texi
    trunk/Build/source/texk/bibtex-x/tests/bibtexu-yannis.test
    trunk/Master/tlpkg/bin/deref-symlinks
    trunk/Master/tlpkg/bin/tlpkg-ctan-check

Modified: trunk/Build/source/doc/tlbuild.info
===================================================================
(Binary files differ)

Modified: trunk/Build/source/doc/tlbuild.texi
===================================================================
--- trunk/Build/source/doc/tlbuild.texi	2021-07-11 20:25:35 UTC (rev 59900)
+++ trunk/Build/source/doc/tlbuild.texi	2021-07-11 21:13:26 UTC (rev 59901)
@@ -505,7 +505,7 @@
 running @code{configure --disable-xetex ...}:
 
 @example
-rm -rf libs/icu libs/graphite2 texk/dvisvgm
+rm -rf libs/icu libs/graphite2 texk/dvisvgm texk/web2c/xetexdir
 @end example
 
 @vindex --enable-missing @r{to ignore dependencies}

Modified: trunk/Build/source/texk/bibtex-x/tests/bibtexu-yannis.test
===================================================================
--- trunk/Build/source/texk/bibtex-x/tests/bibtexu-yannis.test	2021-07-11 20:25:35 UTC (rev 59900)
+++ trunk/Build/source/texk/bibtex-x/tests/bibtexu-yannis.test	2021-07-11 21:13:26 UTC (rev 59901)
@@ -8,7 +8,7 @@
 # https://tug.org/pipermail/tlbuild/2021q2/004918.html
 # 
 # Looking for someone interested in debugging ...
-exit 0
+exit 77
 
 test -d tests || mkdir -p tests
 

Modified: trunk/Master/tlpkg/bin/deref-symlinks
===================================================================
--- trunk/Master/tlpkg/bin/deref-symlinks	2021-07-11 20:25:35 UTC (rev 59900)
+++ trunk/Master/tlpkg/bin/deref-symlinks	2021-07-11 21:13:26 UTC (rev 59901)
@@ -15,7 +15,7 @@
   test -h "$f" || continue  # skip non-symlinks
   test -f "$f" || continue  # skip links to anything but regular files
   
-  cp --dereference "$f" "$f".file  # expand link
+  cp -p --dereference "$f" "$f".file  # expand link
   mv "$f" "$f".link                # move link out of the way
   mv -v "$f".file "$f"             # replace with regular file
   $savelinks || rm "$f".link       # remove link unless keeping

Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check	2021-07-11 20:25:35 UTC (rev 59900)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check	2021-07-11 21:13:26 UTC (rev 59901)
@@ -1112,7 +1112,7 @@
     # the first one we come across, since we'll only find the first one
     # on CTAN and we don't want to try to match subdir suffixes.
     next if grep { $_ eq $basefile } @tl_basefiles;
-#warn "checking tl file $file -> $basefile\n";
+warn "checking tl file $file -> $basefile\n";
     push (@tl_basefiles, $basefile);
 
     # No point in comparing our pdfs now, too many are different.
@@ -1134,12 +1134,12 @@
     # Different cluttex.lua gets installed.
     next if $basefile eq "cluttex.lua";
     
+    # Compares director to binary.
+    next if $basefile eq "optexcount";
+    
     # Wrong README gets compared.
     next if $basefile eq "README" && $file =~ m,/(pmx|cs)/,;
     
-    # Upstream README is gratuitously different.
-    next if $basefile =~ /^README/ && $file =~ m,/(curve2e|marathi)/,;
-    
     my $tl_file = "$Master/$file";
     if (! -e $tl_file) {
       warn "$tl_file: TL file missing\n";



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