Changes between Version 1 and Version 2 of ReleaseProcess
- Timestamp:
- 09/03/2008 02:30:03 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcess
v1 v2 8 8 * hg tag foolscap-0.3.0 9 9 * hg push 10 * gpg -ba dist/*.tar.gz dist/*.zip 10 * sign tarballs (one at a time) 11 * gpg -ba dist/*.tar.gz 12 * gpg -ba dist/*.zip 11 13 * copy tarballs to trees/DIST/ 12 * cp dist/* ~/stuff/Projects/LotharNetwork/bastion/web/foolscap/html/ 14 * HTMLREPO = ~/stuff/Projects/LotharNetwork/bastion/web/foolscap/html 15 * cp dist/* HTMLREPO/releases/ 13 16 * hg add releases/foolscap-0.3.0* 14 17 * update html/index.html 15 18 * publish docs: 16 19 * make docs 17 * {{{cp `find doc s-name '*.html'` HTMLREPO/}}}20 * {{{cp `find doc -name '*.html'` HTMLREPO/}}} 18 21 * make api-docs 19 22 * rm -rf HTMLREPO/docs/api 20 * cp -r doc s/api HTMLREPO/docs/api23 * cp -r doc/api HTMLREPO/docs/api 21 24 * hg addremove docs/api 22 * c p ~/stuff/Projects/LotharNetwork/bastion/web/foolscap:25 * cd HTMLREPO : 23 26 * hg commit 24 27 * hg push (to www-foolscap@web.bastion:html/releases/ ) 25 28 * update http://foolscap.lothar.com/trac/wiki/ 29 * close Milestone in trac 26 30 * update PyPI: 'setup.py register' 27 31 * upload tarballs to pypi