diff options
author | Karl Berry <karl@freefriends.org> | 2024-02-11 23:09:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-02-11 23:09:34 +0000 |
commit | 28be459803dd0bcd969b76f21388b6e574b4988f (patch) | |
tree | b3edd0b62026199072c54cc135d25ad73eda75ab /Master | |
parent | 04e1d22dd491c19ef94bfc1ab01718ca6a8e7a31 (diff) |
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@69813 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x[-rw-r--r--] | Master/bin/windows/ptekf.exe | bin | 40960 -> 40960 bytes | |||
-rwxr-xr-x | Master/bin/windows/runscript.tlu | 6 | ||||
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 9 |
3 files changed, 9 insertions, 6 deletions
diff --git a/Master/bin/windows/ptekf.exe b/Master/bin/windows/ptekf.exe Binary files differindex 195fc73ee2a..195fc73ee2a 100644..100755 --- a/Master/bin/windows/ptekf.exe +++ b/Master/bin/windows/ptekf.exe diff --git a/Master/bin/windows/runscript.tlu b/Master/bin/windows/runscript.tlu index 31ed7767d5d..d59e5d83df2 100755 --- a/Master/bin/windows/runscript.tlu +++ b/Master/bin/windows/runscript.tlu @@ -1,7 +1,7 @@ -local svnrevision = string.match("$Revision: 65362 $", "%d+") or "0" -local svndate = string.match("$Date: 2022-12-27 04:12:37 +0900 (火, 27 12 2022) $", "[-%d]+") or "2009-12-04" +local svnrevision = string.match("$Revision$", "%d+") or "0" +local svndate = string.match("$Date$", "[-%d]+") or "2009-12-04" local bannerstr = "runscript wrapper utility (rev. " .. svnrevision .. ", " .. svndate .. ")\n" .. "usage: runscript script-name [arguments]\n" .. @@ -275,7 +275,7 @@ local docstr = [[ - support cluttex scripts 2018/11/08 - use included tcltk interpreter - + (see vc log for later changes) ]] -- HELPER SUBROUTINES -- diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index ce3375b1861..470d7836524 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -173,7 +173,9 @@ The complaints about unknown "svn status output line"s are ok. It's likely that .tlpsrc files will need to be adjusted for new binaries. When removing platforms, also have to remove from /home/texlive/trunk. -8a. svn commit all the above. +8a. After this is done, svn commit all the above. + +8b. Reset the cron.tl assignments made in step 2 above back to normal. 9. After the trial build goes ok, set up tlpretest: cd /home/ftp/texlive/tlpretest @@ -222,9 +224,10 @@ 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 biweekly updates. + return to regular catalogue_compare=true biweekly updates, i.e., + undo the step 2 settings (if not already done). In the crontab, enable the pretest entries, - and re-enable cron.synctl. + re-enable cron.synctl, review everything. 12. Life and daily updates resume: run c2a to update trunk->tlpretest, c2b to update branch->tlnet. Of course, don't update the branch if a |