diff options
author | Karl Berry <karl@freefriends.org> | 2021-07-06 17:52:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-07-06 17:52:36 +0000 |
commit | b97f297879f8d65309e8fd032505a072bbb8e6d1 (patch) | |
tree | bdfaa916bed9e2f810d4e83d9f7111186c977352 /Master/tlpkg/doc | |
parent | 2fd6f2eb32e243989f3423333f9c9acef33ff6e8 (diff) |
doc
git-svn-id: svn://tug.org/texlive/trunk@59855 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index feb57a01c03..563ed61953c 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -484,11 +484,11 @@ svn co svn://tug.org/texlive/branches/branch$this/Build/source . >&out Do a test build, commit when successful. Ask for rebuilds, When (enough) rebuilds are done, commit to the branch and make another tag: - brev=nnnnn # branch commit revision, e.g., 51236 - btag=yyyy.n # branch tag, e.g., 2019.3 -#svn copy -r $bcr -m'texlive-$bt tag based on r$bcr, with <whatever> fix' \ -# svn://tug.org/texlive/branches/branch2019 \ -# svn://tug.org/texlive/tags/texlive-$bt + brev=nnnnn # branch commit revision, e.g., 51236 + btag=yyyy.n # next branch tag, e.g., 2021.3 +#svn copy -r $brev -m"texlive-$btag tag based on r$brev, with <whatever> fix" \ +# svn://tug.org/texlive/branches/branch2021 \ +# svn://tug.org/texlive/tags/texlive-$btag (Using urls makes for an immediate commit, which is what we want.) By the way, in the event of a mistaken delete, the material is best |