2018-08-21 18:19:21 +00:00
|
|
|
How to Make a Tahoe-LAFS Release
|
|
|
|
|
|
|
|
Any developer with push priveleges can do most of these steps, but a
|
|
|
|
"Release Maintainer" is required for some signing operations -- these
|
|
|
|
steps are marked with (Release Maintainer). Currently, the following
|
|
|
|
people are Release Maintainers:
|
|
|
|
|
|
|
|
- Brian Warner (https://github.com/warner)
|
|
|
|
|
|
|
|
|
|
|
|
* select features/PRs for new release [0/2]
|
2018-05-09 03:21:44 +00:00
|
|
|
- [ ] made sure they are tagged/labeled
|
|
|
|
- [ ] merged all release PRs
|
|
|
|
|
2018-05-17 22:49:23 +00:00
|
|
|
* basic quality checks [0/3]
|
2018-05-09 03:21:44 +00:00
|
|
|
- [ ] all travis CI checks pass
|
|
|
|
- [ ] all appveyor checks pass
|
|
|
|
- [ ] all buildbot workers pass their checks
|
|
|
|
|
2020-01-17 08:55:21 +00:00
|
|
|
* freeze master branch [0/1]
|
2018-05-09 03:21:44 +00:00
|
|
|
- [ ] announced the freeze of the master branch on IRC (i.e. non-release PRs won't be merged until after release)
|
|
|
|
|
2018-05-17 22:49:23 +00:00
|
|
|
* sync documentation [0/7]
|
2020-01-17 08:55:21 +00:00
|
|
|
|
|
|
|
- [ ] NEWS.rst: (run "tox -e news")
|
2018-05-09 03:21:44 +00:00
|
|
|
- [ ] added final release name and date to top-most item in NEWS.rst
|
2020-01-17 08:55:21 +00:00
|
|
|
- [ ] updated relnotes.txt (change next, last versions; summarize NEWS)
|
2018-05-09 03:21:44 +00:00
|
|
|
- [ ] updated CREDITS
|
|
|
|
- [ ] updated docs/known_issues.rst
|
|
|
|
- [ ] docs/INSTALL.rst only points to current tahoe-lafs-X.Y.Z.tar.gz source code file
|
|
|
|
- [ ] updated https://tahoe-lafs.org/hacktahoelafs/
|
|
|
|
|
2018-07-17 06:41:02 +00:00
|
|
|
* sign + build the tag [0/8]
|
2018-05-09 03:21:44 +00:00
|
|
|
|
|
|
|
- [ ] code passes all checks / tests (i.e. all CI is green)
|
2018-05-09 03:45:01 +00:00
|
|
|
- [ ] documentation is ready (see above)
|
2018-08-21 18:19:21 +00:00
|
|
|
- [ ] (Release Maintainer): git tag -s -u 0xE34E62D06D0E69CFCA4179FFBDE0D31D68666A7A -m "release Tahoe-LAFS-X.Y.Z" tahoe-lafs-X.Y.Z
|
2018-05-15 04:23:52 +00:00
|
|
|
- [ ] build code locally:
|
2020-08-27 14:37:37 +00:00
|
|
|
tox -e py27,codechecks,deprecations,docs,integration,upcoming-deprecations
|
2018-05-17 22:49:23 +00:00
|
|
|
- [ ] created tarballs (they'll be in dist/ for later comparison)
|
|
|
|
tox -e tarballs
|
2018-07-17 06:41:02 +00:00
|
|
|
- [ ] release version is reporting itself as intended version
|
|
|
|
ls dist/
|
2018-05-09 03:21:44 +00:00
|
|
|
- [ ] 'git pull' doesn't pull anything
|
2018-07-17 06:41:02 +00:00
|
|
|
- [ ] pushed tag to trigger buildslaves
|
|
|
|
git push official master TAGNAME
|
2018-07-17 19:50:59 +00:00
|
|
|
- [ ] confirmed Dockerhub built successfully:
|
|
|
|
https://hub.docker.com/r/tahoelafs/base/builds/
|
2018-05-09 03:21:44 +00:00
|
|
|
|
2018-05-09 03:45:01 +00:00
|
|
|
* sign the release artifacts [0/8]
|
2018-05-09 03:21:44 +00:00
|
|
|
|
2018-08-21 18:19:21 +00:00
|
|
|
- [ ] (Release Maintainer): pushed signed tag (should trigger Buildbot builders)
|
2018-05-09 03:21:44 +00:00
|
|
|
- [ ] Buildbot workers built all artifacts successfully
|
|
|
|
- [ ] downloaded upstream tarballs+wheels
|
2018-05-09 03:45:01 +00:00
|
|
|
- [ ] announce on IRC that master is unlocked
|
2018-05-09 03:21:44 +00:00
|
|
|
- [ ] compared upstream tarballs+wheels against local copies
|
2018-08-21 18:19:21 +00:00
|
|
|
- [ ] (Release Maintainer): signed each upstream artifacts with "gpg -ba -u 0xE34E62D06D0E69CFCA4179FFBDE0D31D68666A7A FILE"
|
2018-05-09 03:45:01 +00:00
|
|
|
- [ ] added to relnotes.txt: [0/3]
|
|
|
|
- [ ] prefix with SHA256 of tarballs
|
|
|
|
- [ ] release pubkey
|
|
|
|
- [ ] git revision hash
|
2018-08-21 18:19:21 +00:00
|
|
|
- [ ] GPG-signed the release email with release key (write to
|
|
|
|
relnotes.txt.asc) Ideally this is a Release Maintainer, but could
|
|
|
|
be any developer
|
2018-05-09 03:21:44 +00:00
|
|
|
|
2018-05-09 03:45:01 +00:00
|
|
|
* publish release artifacts [0/9]
|
2018-05-09 03:21:44 +00:00
|
|
|
|
|
|
|
- [ ] uploaded to PyPI via: twine upload dist/*
|
|
|
|
- [ ] uploaded *.asc to org ~source/downloads/
|
|
|
|
- [ ] test install works properly: pip install tahoe-lafs
|
|
|
|
- [ ] copied the release tarballs and signatures to tahoe-lafs.org: ~source/downloads/
|
|
|
|
- [ ] moved old release out of ~source/downloads (to downloads/old/?)
|
2018-05-17 20:00:07 +00:00
|
|
|
- [ ] ensured readthedocs.org updated
|
2018-05-09 03:21:44 +00:00
|
|
|
- [ ] uploaded wheels to https://tahoe-lafs.org/deps/
|
|
|
|
- [ ] uploaded release to https://github.com/tahoe-lafs/tahoe-lafs/releases
|
|
|
|
|
|
|
|
* check release downloads [0/]
|
|
|
|
|
|
|
|
- [ ] test PyPI via: pip install tahoe-lafs
|
|
|
|
- [ ] https://github.com/tahoe-lafs/tahoe-lafs/releases
|
|
|
|
- [ ] https://tahoe-lafs.org/downloads/
|
|
|
|
- [ ] https://tahoe-lafs.org/deps/
|
|
|
|
|
|
|
|
* document release in trac [0/]
|
|
|
|
|
|
|
|
- [ ] closed the Milestone on the trac Roadmap
|
|
|
|
|
2018-05-09 03:45:01 +00:00
|
|
|
* unfreeze master branch [0/]
|
2018-05-09 03:21:44 +00:00
|
|
|
|
|
|
|
- [ ] announced on IRC that new PRs will be looked at/merged
|
|
|
|
|
|
|
|
* announce new release [0/]
|
|
|
|
|
|
|
|
- [ ] sent release email and relnotes.txt.asc to tahoe-announce@tahoe-lafs.org
|
|
|
|
- [ ] sent release email and relnotes.txt.asc to tahoe-dev@tahoe-lafs.org
|
|
|
|
- [ ] updated Wiki front page: version on download link, News column
|
|
|
|
- [ ] updated Wiki "Doc": parade of release notes (with rev of NEWS.rst)
|
2018-05-09 03:45:01 +00:00
|
|
|
- [ ] make an "announcement of new release" on freshmeat (XXX still a thing?)
|
|
|
|
- [ ] make an "announcement of new release" on launchpad
|
|
|
|
- [ ] tweeted as @tahoelafs
|
2018-05-17 22:49:23 +00:00
|
|
|
- [ ] emailed relnotes.txt.asc to below listed mailing-lists/organizations
|
2018-05-09 03:21:44 +00:00
|
|
|
- [ ] also announce release to (trimmed from previous version of this doc):
|
|
|
|
- twisted-python@twistedmatrix.com
|
|
|
|
- liberationtech@lists.stanford.edu
|
|
|
|
- lwn@lwn.net
|
|
|
|
- p2p-hackers@lists.zooko.com
|
|
|
|
- python-list@python.org
|
|
|
|
- http://listcultures.org/pipermail/p2presearch_listcultures.org/
|
|
|
|
- cryptopp-users@googlegroups.com
|
|
|
|
- (others?)
|