texlive[53587] Master/tlpkg/bin/tl-update-linked-scripts: no more

commits+karl at tug.org commits+karl at tug.org
Wed Jan 29 00:29:12 CET 2020


Revision: 53587
          http://tug.org/svn/texlive?view=revision&revision=53587
Author:   karl
Date:     2020-01-29 00:29:12 +0100 (Wed, 29 Jan 2020)
Log Message:
-----------
no more scripts in tl_scripts

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tl-update-linked-scripts

Modified: trunk/Master/tlpkg/bin/tl-update-linked-scripts
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-linked-scripts	2020-01-28 22:44:08 UTC (rev 53586)
+++ trunk/Master/tlpkg/bin/tl-update-linked-scripts	2020-01-28 23:29:12 UTC (rev 53587)
@@ -35,19 +35,25 @@
 . $Dest/scripts.lst
 
 compare_and_copy $texmf_scripts
+exit $?
 
-# Build/source/texk/texlive/tl_scripts => Master/texmf-dist/scripts/texlive
-
-Src=`cd $Dest/../tl_scripts && pwd`
-Dest=$Master/texmf-dist/scripts/texlive
-
-test -r $Src/scripts.lst || {
-  echo "$0: \`$Src/scripts.lst' missing'"
-  exit 1
-}
-
-# echo "$Src => $Dest"
-
-. $Src/scripts.lst
-
-compare_and_copy $tl_scripts
+# Here is how we handled a second directory, that copied in the other
+# direction. As of January 2020, all the scripts in tl_scripts are gone,
+# now maintained in Master with slaves in the normal linked_scripts
+# handled above.
+# 
+## Build/source/texk/texlive/tl_scripts => Master/texmf-dist/scripts/texlive
+#
+#Src=`cd $Dest/../tl_scripts && pwd`
+#Dest=$Master/texmf-dist/scripts/texlive
+#
+#test -r $Src/scripts.lst || {
+#  echo "$0: \`$Src/scripts.lst' missing'"
+#  exit 1
+#}
+#
+## echo "$Src => $Dest"
+#
+#. $Src/scripts.lst
+#
+#compare_and_copy $tl_scripts



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