texlive[67323] trunk: doc,sync

commits+karl at tug.org commits+karl at tug.org
Sat Jun 10 23:11:26 CEST 2023


Revision: 67323
          http://tug.org/svn/texlive?view=revision&revision=67323
Author:   karl
Date:     2023-06-10 23:11:26 +0200 (Sat, 10 Jun 2023)
Log Message:
-----------
doc,sync

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/tl_support/fmtutil.cnf
    trunk/Master/tlpkg/doc/releng.txt
    trunk/Master/tlpkg/libexec/ctan2tds

Modified: trunk/Build/source/texk/texlive/tl_support/fmtutil.cnf
===================================================================
--- trunk/Build/source/texk/texlive/tl_support/fmtutil.cnf	2023-06-10 20:13:09 UTC (rev 67322)
+++ trunk/Build/source/texk/texlive/tl_support/fmtutil.cnf	2023-06-10 21:11:26 UTC (rev 67323)
@@ -1,4 +1,4 @@
-# Generated by /home/texlive/karl/Master/bin/x86_64-linux/tlmgr on Wed May 10 01:49:25 2023
+# Generated by /home/texlive/karl/Master/bin/x86_64-linux/tlmgr on Fri Jun  9 23:53:08 2023
 # Originally written by Thomas Esser, 1998. Public domain.
 #
 # For guidance on how to support local formats, see the man
@@ -121,7 +121,7 @@
 pdftex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini
 #
 # from platex:
-platex eptex language.dat *platex.ini
+platex euptex language.dat *platex.ini
 platex-dev euptex language.dat *platex.ini
 #
 # from ptex:

Modified: trunk/Master/tlpkg/doc/releng.txt
===================================================================
--- trunk/Master/tlpkg/doc/releng.txt	2023-06-10 20:13:09 UTC (rev 67322)
+++ trunk/Master/tlpkg/doc/releng.txt	2023-06-10 21:11:26 UTC (rev 67323)
@@ -476,7 +476,8 @@
 
 
 2. tug.org stuff:
-- change fstab 
+umount /home/ftp/texlive/Contents/live
+edit fstab for year
 mount /mnt/tl
 cd /mnt/tl
 TEXLIVE_INSTALL_NO_RESUME=1; export TEXLIVE_INSTALL_NO_RESUME
@@ -489,13 +490,24 @@
 chgrp texlive !$; chmod g+ws !$
 cp -pv $tm/source/{install-tl,texlive,windows-src}*.tar.?z $newsrc
 ls -l !$
+cd /usr/local/texlive
 mount /home/ftp/texlive/Contents/live
-cd
 umount /mnt/tl
+#
+# hardlink new release against previous
+cd /usr/local/texlive
+newrel=`date +%Y`
+oldrel=`date -d "last year" +%Y`
+head -1 $newrel/release-texlive.txt \
+        $oldrel/release-texlive.txt # make sure they're right
+df .; time nice -19 hardlink -v -c $newrel $oldrel; df .
+#
 # make files unwritable, we should never change;
 # but keep directories writable, else backup-external fails.
-find "$@" -type f -print | xargs chmod a-w,a+r /usr/local/texlive-rel/
-find "$@" -type d -print | xargs chmod a+rwX /usr/local/texlive-rel/
+find /usr/local/texlive-rel/ -type f -print | xargs chmod a-w,a+r
+find /usr/local/texlive-rel/ -type d -print | xargs chmod a+rwX
+#
+# run backup-local -texlive to do rsync -H to backup root.
 
 - update ~www/texlive web pages (search for $prev and $prev-1):
   acquire* - general

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2023-06-10 20:13:09 UTC (rev 67322)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2023-06-10 21:11:26 UTC (rev 67323)
@@ -570,6 +570,7 @@
  'font-change', "&MAKEflatten",
  'fontawesome', "&MAKEflatten",
  'fontawesome5', "&MAKEflatten",
+ 'fonteinf',	"die 'skipping, obsolete + nosource'",
  'fontinst',    "&MAKEfontinst",
  'fontloader-luaotfload', "die 'skipping, obsolete 29sep18'",
  'fontname',    "die 'skipping, done through tl-update-auto'",
@@ -1421,6 +1422,7 @@
  'timing',      "die 'skipping, noinfo license, 1994 mf'",
  'tipa',        "&MAKEflatten",
  'tipfr',       "&MAKEflatten",
+ 'tipos',	"die 'skipping, obsolete + nosource'",
  'tiscreen',	"&MAKEflatten",
  'titlepage-uni-dortmund', "die 'skipping, needs graphics (too short names) in .'",
  'titleps',     "die 'skipping, use titlesec'",



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