texlive[44080] Master: wording, links

commits+karl at tug.org commits+karl at tug.org
Thu Apr 27 18:46:42 CEST 2017


Revision: 44080
          http://tug.org/svn/texlive?view=revision&revision=44080
Author:   karl
Date:     2017-04-27 18:46:42 +0200 (Thu, 27 Apr 2017)
Log Message:
-----------
wording, links

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/updmap.pl
    trunk/Master/tlpkg/bin/tl-update-images
    trunk/Master/tlpkg/doc/releng.txt

Modified: trunk/Master/texmf-dist/scripts/texlive/updmap.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/updmap.pl	2017-04-27 16:43:40 UTC (rev 44079)
+++ trunk/Master/texmf-dist/scripts/texlive/updmap.pl	2017-04-27 16:46:42 UTC (rev 44080)
@@ -1479,8 +1479,8 @@
       # allow for all lowercase map types (map/mixedmap/kanjimap)
       $type =~ s/map$/Map/;
       $type = ucfirst($type);
-      # don't allow for map names containing /
-      die "$prg: map files cannot be relative/absolute paths: $map\n" if ($map =~ m{/});
+      # don't allow map names containing /
+      die "$prg: map names cannot contain /: $map\n" if ($map =~ m{/});
       enable_map($tc, $type, $map);
     } else {
       # this is --disable MapName

Modified: trunk/Master/tlpkg/bin/tl-update-images
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-images	2017-04-27 16:43:40 UTC (rev 44079)
+++ trunk/Master/tlpkg/bin/tl-update-images	2017-04-27 16:46:42 UTC (rev 44080)
@@ -107,7 +107,7 @@
   # do this here so that they can be kept in the tree,
   # and thus installed normally over the net.
   # keep in sync with info on http://tug.org/texlive/doc.html.
-  prune="armel-linux armhf-linux powerpc-linux"
+  prune="armel-linux powerpc-linux"
   echo "-- pruning platforms: $prune..."
   mkdir $imgdir/tlpkg/bin
   cp $mydir/tl-prune-platforms $imgdir/tlpkg/bin
@@ -155,8 +155,8 @@
   $master/tlpkg/bin/tl-sign-file $prefix.iso.sha512 || exit 1
 
   # symlinks with short name (potentially used in /etc/fstab).
-  ln -s `basename $iso` $prefix.iso       # with year
-  ln -s `basename $iso` $target/$NAME.iso # no year
+  rm $prefix.iso; ln -s `basename $iso` $prefix.iso             # with year
+  rm $target/$NAME.iso; ln -s `basename $iso` $target/$NAME.iso # no year
 
   # at the end, all the files should be non-empty.
   all_ok=true

Modified: trunk/Master/tlpkg/doc/releng.txt
===================================================================
--- trunk/Master/tlpkg/doc/releng.txt	2017-04-27 16:43:40 UTC (rev 44079)
+++ trunk/Master/tlpkg/doc/releng.txt	2017-04-27 16:46:42 UTC (rev 44080)
@@ -128,6 +128,7 @@
   MetaPost (in texmf-dist), other engine (in source) NEWS.
   Ensure all engine manuals updated in texmf-dist.
   Update texlive-en.tex (+ .pdf, .html), tell tldoc to translate.
+    Don't neglect to update "Builders of the binaries".
   Update tlbuild.texi.
   Consider updates of core man pages in Build/source/texk/web2c/man.
   Remake updmap,fmtutil man pages with help2man:



More information about the tex-live-commits mailing list