diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-21 23:23:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-21 23:23:35 +0000 |
commit | 27205aecce351fee6bb1ad9a7c43d4b542e28a1a (patch) | |
tree | 357775910732c13ae006c66e0c0b8aaff189f2ed /Master | |
parent | b9eb17964fe90a669cdb00d40e7d7bb6e94c5f9c (diff) |
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@49472 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index ffbf2259427..cce5c273321 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -334,11 +334,14 @@ mkdir branch cd branch svn co svn://tug.org/texlive/branches/branch$this/Build/source . >&out + Edit (inside the branch) as desired. Do a test build, commit when successful. Ask for rebuilds, - When (enough) rebuilds are done, make another tag: + When (enough) rebuilds are done, commit to the branch and make another tag: #svn copy -r 47626 -m'texlive-2018.1 tag based on r47626, with critical dvipdfmx and other bug fixes; http://tug.org/pipermail/tlbuild/2018q2/004222.html' \ -# svn://tug.org/texlive/trunk svn://tug.org/texlive/tags/texlive-2018.1 +# svn://tug.org/texlive/branches/branch2018 \ +# svn://tug.org/texlive/tags/texlive-2018.1 + (Using urls makes for an immediate commit, which is what we want.) - update ~karl/bin/cron.tl, and reenable when feel ready. critical= |