Changes between Version 1 and Version 2 of ReleaseProcess


Ignore:
Timestamp:
09/03/2008 02:30:03 PM (17 years ago)
Author:
Brian Warner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseProcess

    v1 v2  
    88 * hg tag foolscap-0.3.0
    99 * 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
    1113 * 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/
    1316   * hg add releases/foolscap-0.3.0*
    1417 * update html/index.html
    1518 * publish docs:
    1619  * make docs
    17   * {{{cp `find docs -name '*.html'` HTMLREPO/}}}
     20  * {{{cp `find doc -name '*.html'` HTMLREPO/}}}
    1821  * make api-docs
    1922  * rm -rf HTMLREPO/docs/api
    20   * cp -r docs/api HTMLREPO/docs/api
     23  * cp -r doc/api HTMLREPO/docs/api
    2124  * hg addremove docs/api
    22  * cp ~/stuff/Projects/LotharNetwork/bastion/web/foolscap :
     25 * cd HTMLREPO :
    2326  * hg commit
    2427  * hg push (to www-foolscap@web.bastion:html/releases/ )
    2528 * update http://foolscap.lothar.com/trac/wiki/
     29 * close Milestone in trac
    2630 * update PyPI: 'setup.py register'
    2731 * upload tarballs to pypi