texlive[57971] Master/tlpkg: build urls, doc

commits+karl at tug.org commits+karl at tug.org
Sat Feb 27 18:20:15 CET 2021


Revision: 57971
          http://tug.org/svn/texlive?view=revision&revision=57971
Author:   karl
Date:     2021-02-27 18:20:15 +0100 (Sat, 27 Feb 2021)
Log Message:
-----------
build urls, doc

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/c2l
    trunk/Master/tlpkg/bin/tl-update-bindir
    trunk/Master/tlpkg/doc/packages.txt
    trunk/Master/tlpkg/doc/releng.txt

Modified: trunk/Master/tlpkg/bin/c2l
===================================================================
--- trunk/Master/tlpkg/bin/c2l	2021-02-27 14:17:34 UTC (rev 57970)
+++ trunk/Master/tlpkg/bin/c2l	2021-02-27 17:20:15 UTC (rev 57971)
@@ -11,6 +11,7 @@
 use File::Basename;
 
 $| = 1;
+umask 022;
 exit (&main ());
 
 sub main {
@@ -17,6 +18,7 @@
   my $real0 = Cwd::abs_path ($0);
   my $scriptdir = File::Basename::dirname ($real0);   # .../Master/tlpkg/bin
   my $TLROOT = Cwd::abs_path ("$scriptdir/../../.."); # ...
+  chdir ($scriptdir) || die "chdir($scriptdir) failed"; # avoid . in PATH confusion
 
   # platform abbrev
   my $arg = $ARGV[0];

Modified: trunk/Master/tlpkg/bin/tl-update-bindir
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-bindir	2021-02-27 14:17:34 UTC (rev 57970)
+++ trunk/Master/tlpkg/bin/tl-update-bindir	2021-02-27 17:20:15 UTC (rev 57971)
@@ -102,7 +102,8 @@
     default_bin_loc=$download_loc
     #https://faubox.rrze.uni-erlangen.de/open/MjdwNXE5NW5UcTU4RzVIWlRVUVVI/branch2018/texlive_bin_aarch64-linux.tar.xz
     #http://51.158.66.174:8080/texlive_bin_aarch64-linux.tar.xz
-    remurl=https://aekahwai.spdns.org/online/texlive_bin_aarch64-linux.tar.xz
+    #remurl=https://aekahwai.spdns.org/online/texlive_bin_aarch64-linux.tar.xz
+    remurl=https://taiyahfoboj.net/yeipaiyi/texlive_bin_aarch64-linux.tar.xz
     $grab $remurl;;
    alpha-linux)
     default_bin_loc=/home/preining/alpha-linux.tar.gz;;
@@ -127,7 +128,7 @@
     $grab http://boris.lk.net/texlive-2013/armv7l-unknown-linux-gnueabi.tgz;;
    armhf-linux)
     default_bin_loc=$download_loc
-    $grab http://getthingsfixed.co.uk/texlive/builds/2020/texlive-armhf.tar.gz;;
+    $grab http://getthingsfixed.co.uk/texlive/builds/2021/texlive-armhf.tar.gz;;
    hppa-hpux)
     default_bin_loc=$download_loc
     $grab http://www.jtartlabs.com/test/hppa2.0-hp-hpux10.20.tar.gz;;

Modified: trunk/Master/tlpkg/doc/packages.txt
===================================================================
--- trunk/Master/tlpkg/doc/packages.txt	2021-02-27 14:17:34 UTC (rev 57970)
+++ trunk/Master/tlpkg/doc/packages.txt	2021-02-27 17:20:15 UTC (rev 57971)
@@ -1,10 +1,11 @@
 $Id$
-Public domain.
+Public domain. Information on package maintenance in TeX Live.
 
-See http://tug.org/texlive/pkgupdate.html (and scripts) for information
-on the CTAN-to-TL update process.
+Related:
+- See http://tug.org/texlive/pkgupdate.html (and scripts) for information
+  on the CTAN-to-TL update process.
+- See ./releng.txt for info about setting up the pretest and doing a release.
 
-See ./releng.txt for info about setting up the pretest and doing a release.
 
 To add a new platform:
 - check that the config.guess output maps to our architecture name

Modified: trunk/Master/tlpkg/doc/releng.txt
===================================================================
--- trunk/Master/tlpkg/doc/releng.txt	2021-02-27 14:17:34 UTC (rev 57970)
+++ trunk/Master/tlpkg/doc/releng.txt	2021-02-27 17:20:15 UTC (rev 57971)
@@ -80,7 +80,7 @@
   rev=57871 # for 2021 (svn info in trunk)
   tlyear=`date +%Y -d "last year"` # presumably
   umask 022 # keep TL files non-group-writable
-  branch=branch$tlyear
+  branch=branch$tlyear.final
   svn copy -r $rev \
     -m"$branch branch based on r$rev" \
     svn://tug.org/texlive/trunk svn://tug.org/texlive/branches/$branch
@@ -141,6 +141,7 @@
 problems.  Ensure that web2c/texmf.cnf is updated for the current year
 (per above).  Then, so things will get redone later as another check:
   rm -rf ~/.texlive`date +%Y`  # the new one
+(For karl at tug.org: create at least pdflatex.fmt and xelatex.fmt for bnb.)
 
 7. Check for Build-maintained updates to config files, new files, etc.
 (might have to merge back if Master was mistakenly updated):
@@ -472,6 +473,12 @@
 #   svn://tug.org/texlive/tags/texlive-$bt 
   (Using urls makes for an immediate commit, which is what we want.)
 
+By the way, in the event of a mistaken delete, the material is best
+recovered with, where 57911 is the good revision to restore from:
+  svn merge -r HEAD:57911 .
+so as to keep the version history, which retrieving the files and
+re-adding would not do.
+
 - update ~karl/bin/cron.tl, and reenable when feel ready:
 critical=
 pretest=



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