Changes between Version 35 and Version 36 of CuttingReleases


Ignore:
Timestamp:
12/19/10 16:35:05 (2 years ago)
Author:
dustin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CuttingReleases

    v35 v36  
    4848     * deprecate old downloads (click "Delete File", choose to deprecate) 
    4949   * make a docs tarball and a 'reference' (apidocs) tarball 
    50      * run add-tracking.py over all of the html files 
    51      * add them to the bbdocs repository, with appropriate links in index.html 
     50     * check out the tag: {{{git co v0.8.3}}} 
     51     * make the docs: {{{cd master/docs; make}}} 
     52     * make the apidocs: {{{cd apidocs; make}}} 
     53     * move {{{master/docs/0.8.3}}} into {{{docs/}}} in the bbdocs repo 
     54     * move {{{apidocs/reference}}} into {{{docs/0.8.3}}} in the bbdocs repo 
     55     * run add-tracking.py over all of the html files: {{{find docs/0.8.3 -name '*.html' | xargs python add-tracking.py}}} 
     56     * add appropriate links in index.html 
     57     * update the current link 
     58     * push to bbdocs and pull it on the server 
    5259   * send mail to buildbot-devel 
    5360   * update freshmeat (login, click 'djmitche' at top, click Buildbot, click 'Submit Release')