[Pkg-privacy-commits] [txtorcon] 51/96: tweak release checklist after 0.12.0
Jérémy Bobbio
lunar at moszumanska.debian.org
Sun Sep 6 18:33:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository txtorcon.
commit 1a7343af4d176821dcc35c24d50b8c84257445c6
Author: meejah <meejah at meejah.ca>
Date: Thu Feb 5 17:13:03 2015 -0700
tweak release checklist after 0.12.0
---
docs/release-checklist.rst | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/docs/release-checklist.rst b/docs/release-checklist.rst
index 0733f92..03872fe 100644
--- a/docs/release-checklist.rst
+++ b/docs/release-checklist.rst
@@ -61,10 +61,13 @@ Release Checklist
http://timaq4ygg2iegci7.onion/txtorcon-0.12.0.tar.gz
http://timaq4ygg2iegci7.onion/txtorcon-0.12.0.tar.gz.asc
- sha256sum reports:
+ You can verify the sha256sum of both by running the following 4 lines
+ in a shell wherever you have the files downloaded:
- 910ff3216035de0a779cfc167c0545266ff1f26687b163fc4655f298aca52d74 txtorcon-0.10.0-py2-none-any.whl
- c93f3d0f21d53c6b4c1521fc8d9dc2c9aff4a9f60497becea207d1738fa78279 txtorcon-0.10.0.tar.gz
+ cat <<EOF | sha256sum --check
+ 910ff3216035de0a779cfc167c0545266ff1f26687b163fc4655f298aca52d74 txtorcon-0.10.0-py2-none-any.whl
+ c93f3d0f21d53c6b4c1521fc8d9dc2c9aff4a9f60497becea207d1738fa78279 txtorcon-0.10.0.tar.gz
+ EOF
thanks,
meejah
@@ -90,6 +93,7 @@ Release Checklist
* make sure BOTH the .tar.gz and .tar.gz.asc (ditto for .whl) are in the dist/ directory first!!)
* ls dist/txtorcon-${VERSION}*
* note this depends on a ~/.pypirc file with [server-login] section containing "username:" and "password:"
+ * git push --tags github master
* to github: use web-upload interface to upload the 4 files (both dists, both signature)
* make announcement
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/txtorcon.git
More information about the Pkg-privacy-commits
mailing list