texlive[54120] Master/tlpkg: chgrp tlnet dir, cont-tmf.zip location

commits+karl at tug.org commits+karl at tug.org
Fri Mar 6 00:50:47 CET 2020


Revision: 54120
          http://tug.org/svn/texlive?view=revision&revision=54120
Author:   karl
Date:     2020-03-06 00:50:46 +0100 (Fri, 06 Mar 2020)
Log Message:
-----------
chgrp tlnet dir, cont-tmf.zip location

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tl-update-tlnet
    trunk/Master/tlpkg/libexec/mptopdf-extract

Modified: trunk/Master/tlpkg/bin/tl-update-tlnet
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-tlnet	2020-03-05 23:42:40 UTC (rev 54119)
+++ trunk/Master/tlpkg/bin/tl-update-tlnet	2020-03-05 23:50:46 UTC (rev 54120)
@@ -86,7 +86,8 @@
 # Be sure we're starting the test cleanly.
 rm -rf $tltrybase
 mkdir -p $tltry
-chmod g+w $tltry
+chmod g+ws $tltry
+chgrp texlive $tltry || : # in case of strange system
 
 # cp/link files in a loop so we can exclude the mactex files, which is a
 # waste of time, and more importantly can uselessly fail due to permissions.

Modified: trunk/Master/tlpkg/libexec/mptopdf-extract
===================================================================
--- trunk/Master/tlpkg/libexec/mptopdf-extract	2020-03-05 23:42:40 UTC (rev 54119)
+++ trunk/Master/tlpkg/libexec/mptopdf-extract	2020-03-05 23:50:46 UTC (rev 54120)
@@ -17,7 +17,7 @@
 
 # We will extract them from the current context release.
 ctan=/home/ftp/mirror/rsync.tex.ac.uk/CTAN
-context_zip=/home/ftp/mirror/www.pragma-ade.nl/context/current/cont-tmf.zip
+context_zip=/home/ftp/mirror/www.pragma-ade.nl/context/latest/cont-tmf.zip
 if unzip -tq $context_zip; then :; else
   echo "$0: unzip -t failed on:" >&2
   ls -l $context_zip >&2



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