Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
29b05844
Commit
29b05844
authored
Jan 24, 2022
by
David Goulet
Browse files
doc: More clarification of the release process steps
Signed-off-by:
David Goulet
<
dgoulet@torproject.org
>
parent
e02d1607
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/HACKING/ReleasingTor.md
View file @
29b05844
...
...
@@ -84,12 +84,17 @@ Once all signatures from all selected developers have been committed:
3.
Put them on
`dist.torproject.org`
:
Upload the tarball and its sig to the dist website, i.e.
`/srv/dist-master.torproject.org/htdocs/` on dist-master. Run
"static-update-component dist.torproject.org" on dist-master.
Upload the tarball and its sig to the dist website:
In the `project/web/tpo.git` repository, update `databags/versions.ini`
to note the new version. Push these changes to `master`.
`rsync -avP tor-0.3.5.18.tar.gz{,.asc} dist-master.torproject.org:/srv/dist-master.torproject.org/htdocs/`
Then, on dist-master.torproject.org, run:
`static-update-component dist.torproject.org`
For an alpha or latest stable, open an MR in
https://gitlab.torproject.org/tpo/web/tpo that updates the
`databags/versions.ini` to note the new version.
(NOTE: Due to #17805, there can only be one stable version listed at once.
Nonetheless, do not call your version "alpha" if it is stable, or people
...
...
@@ -105,8 +110,8 @@ Once the tarballs have been uploaded and are ready to be announced, we need to
do the following:
1.
Tag versions (
`main`
branch or
`release`
branch as appropriate) using
`git tag -s tor-0.x.y.z-<status>`
and then push the tags:
`git push origin --tags`
`git tag -s tor-0.x.y.z-<status>`
and then push the tags:
`git push origin --tags`
(This should be the `main` or `release` branch because that is the one
from which the tarballs are built. We want our tags to match our
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment