summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-18 20:45:32 +0000
committerKarl Berry <karl@freefriends.org>2023-02-18 20:45:32 +0000
commitd6668e769fab80682619b6b31abbf6d1e25273e2 (patch)
tree84e4a283aed14f67aeaea51bc4c6620bf82608b3 /Master/tlpkg/doc
parent3e7ad074119ca1e22602e06912ec1533cb8cd974 (diff)
hitex doc+runtime files
git-svn-id: svn://tug.org/texlive/trunk@65883 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r--Master/tlpkg/doc/releng.txt26
1 files changed, 18 insertions, 8 deletions
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt
index fe950235ec9..20d9ae74e7c 100644
--- a/Master/tlpkg/doc/releng.txt
+++ b/Master/tlpkg/doc/releng.txt
@@ -102,7 +102,9 @@ and get updated again.
0. Ensure that /home/texlive/branch from before last pretest-specific
commit is created, clean, and up to date: see item 6 just above.
-0b. In crontab, comment out "update tlnet from trunk" entry.
+0b. In crontab, disable "update tlnet from trunk" entry,
+and also disable cron.synctl entry so it doesn't interfere/lock
+the repo while we're working.
1. Set up tlpretest:
Update /home/ftp/texlive/tlpretest/README.md.
@@ -139,7 +141,9 @@ Run tl-update-asy --build on tug to make new support files ready.
6. Run tex \\end to check that dynamic mktexfmt works.
Ensure that web2c/texmf.cnf is updated for the current year (per above).
-6a. Run fmtutil-user --all>&/tmp/fua to check that all formats build ok.
+6a. Check that all formats build ok:
+fmtutil-user --all >&/tmp/fua
+egrep -i 'ERROR|failed' /tmp/fua
6b. (For karl@tug.org: leave new ~karl/.texlive`date +%Y` for bnb.
Also run mtxrun --generate to be able to run ConTeXt.)
@@ -149,6 +153,10 @@ Also run mtxrun --generate to be able to run ConTeXt.)
diff -ru0 --exclude=man --exclude=info \
Build/source/inst/texmf-dist Master/texmf-dist
+7b. HiTeX: make install in hitexdir/tex and hitexdir/doc.
+
+7c. Asymptote: install new runtime files per tl-update-asy.
+
8. Now, finally, try a first update of tlpretest:
env force_rebuild=true ~karl/bin/cron.pretest # ~15min
This will fail because the pretest dir is not yet set up, but
@@ -162,7 +170,7 @@ When removing platforms, have to remove from /home/texlive/trunk.
9. After a trial build goes ok, set up tlpretest:
cd /home/ftp/texlive/tlpretest
cp -ar ../tlnet/[a-u]* . # omit tlnet/README*
- env force_rebuild=true cron.pretest # update repository
+ env force_rebuild=true cron.pretest # will update repository, hopefully
We use cp -a because we want to start with exactly the last tlnet,
and not recreate all packages, so that a file with a given name is never
rewritten. See recreate comments in tl-update-tlpdb and tl-update-containers.
@@ -171,8 +179,8 @@ rewritten. See recreate comments in tl-update-tlpdb and tl-update-containers.
tlpretest, and keep this installation updated daily as normal users do,
that is, with tlmgr update --self --all.
-9c. Update other automatically-built binary sets, and ask tlbuild to
-build all (including asymptote).
+9c. Update other automatically-built binary sets,
+and ask tlbuild to build all (including asymptote).
9d. In 2020, as a special case, after a first successful build, this was run:
tl-fix-container-links
@@ -185,9 +193,10 @@ described in item I.6. For safety, let's do a trial build from the new
branch to a temporary destination, say /home/texlive/tmp, before
updating the real tlnet. Initialize the tmp dir as above with
tlpretest, item 9):
+ mkdir /home/texlive/tmp
cd /home/texlive/tmp
rm -rf *
- cp -ar ~ftp/texlive/tlnet/[a-u]* . # omit tlnet/README*
+ time cp -ar ~ftp/texlive/tlnet/[a-u]* . # omit tlnet/README*
10a. Edit ~karl/bin/cron.tl:
- use /home/texlive/tmp instead of $ftp/tlnet for tlnet_dir;
@@ -200,8 +209,9 @@ There will be no linked_scripts dir (no build done), but that's ok;
we won't be installing binaries from a build.
11. In cron.tl, set critical= , net_frozen=false, and
- return to regular catalogue_compare=true updates.
- In the crontab, enable the pretest entries.
+ return to regular catalogue_compare=true biweekly updates.
+ In the crontab, enable the pretest entries,
+ and re-enable cron.synctl.
12. Life and daily updates resume: run c2l to update trunk->tlpretest,
c2b to update branch->tlnet. Of course, don't update the branch if a