diff options
Diffstat (limited to 'Master/tlpkg')
-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= |