summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-03-08 18:14:30 +0000
committerKarl Berry <karl@freefriends.org>2021-03-08 18:14:30 +0000
commit2229554140bb2a2fc6faeaa0f86a497da0e25b91 (patch)
tree6e809e2bf517c9f2c1b8fb328945aeae3239913a /Master/tlpkg
parentb34a3dab6046461de575d7b757a8647fd0a6f18d (diff)
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@58223 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/c2l2
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet2
-rw-r--r--Master/tlpkg/doc/releng.txt7
3 files changed, 8 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/c2l b/Master/tlpkg/bin/c2l
index 40ee1923eb3..de9666175c3 100755
--- a/Master/tlpkg/bin/c2l
+++ b/Master/tlpkg/bin/c2l
@@ -37,7 +37,7 @@ sub main {
} elsif ($arg eq "dar32") {
$arg = "i386-darwin";
} elsif ($arg eq "darwin" || $arg eq "dar" || $arg eq "mac") {
- $arg = "x86_64-darwin";
+ $arg = "universal-darwin";
} elsif ($arg eq "darleg") {
$arg = "x86_64-darwinlegacy";
} elsif ($arg eq "irix") {
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index db1575f3c76..76c7b4b1531 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -200,6 +200,7 @@ PATH=/usr/bin
tlnet_install_log=`pwd`/update-tlnet-install.log
tlnet_install_cmd="install-tl -location $tltry -profile texlive.profile"
+echo "$prg: `date`"
echo "$prg: Running test install (log: $tlnet_install_log)..."
echo "$prg: (in `pwd`)"
echo "$prg: $tlnet_install_cmd"
@@ -281,6 +282,7 @@ if test $failure = false; then
$check_consistency || continue
fi
basecmd=`basename $cmdname`
+ echo "$prg: `date`"
echo "$prg: Running $basecmd ($cmd)"
outfile=/tmp/tlnet.$basecmd
if $cmd >$outfile 2>&1; then :; else
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt
index c2b6b69dc56..706c5cbc23d 100644
--- a/Master/tlpkg/doc/releng.txt
+++ b/Master/tlpkg/doc/releng.txt
@@ -234,8 +234,11 @@ M. As pretest proceeds, update the doc:
MetaPost (in texmf-dist), other engine (in source) NEWS.
Ensure all engine manuals updated in texmf-dist.
Update texlive-en.tex (+ .pdf, .html), tell tldoc to translate.
- Update year numbers by one, write news section,
+ Update year numbers by one,
+ example text menus and GUI screenshots,
+ write news section,
update "Builders of the binaries" and "Translators of this manual",
+ any new people to thank,
and changes throughout if behavior has changed.
Update tlbuild.texi text, then
W=.../Build/source/Work
@@ -267,7 +270,7 @@ M. As pretest proceeds, update the doc:
svn add `!!`
Texinfo manuals from Build to Master:
tl-update-txi
- Don't forget commit everything in texmf-dist/doc.
+ Don't forget to commit everything (texmf-dist/doc, Build/source, ...).
N. Really test during pretest (really! don't leave it for Knuth to do!):
.fmt's sharable across endian-different platforms (including luatex).