Edgewall Software

Changes between Version 3 and Version 4 of TracDev/ReleaseChecklist


Ignore:
Timestamp:
Jun 15, 2005, 12:38:10 PM (19 years ago)
Author:
Christopher Lenz
Comment:

Cleanup

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ReleaseChecklist

    v3 v4  
    33A simple reminder list:
    44
    5  * Verify source:trunk/wiki-default/ contains all pages listed in TracProject/DefaultWikiPages
     5 * Verify that [source:trunk/wiki-default/ wiki-default] contains all pages listed in TracProject/DefaultWikiPages
    66 * Check all default wikipages for TracLinks to nonexistant pages/resources
    7  * Check source:trunk/MANIFEST.in
    8  * Check source:trunk/THANKS
    9  * Update ChangeLog and source:trunk/ChangeLog
    10  * Update TracInstall, source:trunk/INSTALL and source:trunk/UPGRADE
    11  * Update version number
     7 * Check [source:trunk/MANIFEST.in#latest MANIFEST.in]
     8 * Check [source:trunk/THANKS#latest THANKS]
     9 * Update ChangeLog and [source:trunk/ChangeLog#latest ChangeLog]
     10 * Update TracInstall, [source:trunk/INSTALL#latest INSTALL] and [source:trunk/UPGRADE#latest UPGRADE]
     11 * Update version number (in [source:trunk/trac/__init__.py#latest trac/__init__.py] and [source:trunk/wiki-default/WikiStart#latest wiki-default/WikiStart])
    1212 * Create dist packages
    13    * Check out trunk to a '''clean''' sandbox
    14    * ''python setup.py sdist'' -- .tar.gz
    15    * ''python setup.py bdist_rpm'' -- .rpm
     13   * Check out trunk (or the release branch) to a '''clean''' sandbox
     14   * Build source tarballs: ''python setup.py sdist --formats=gztar,zip''
     15   * Build RPMs: ''python setup.py bdist_rpm''
    1616   * Build windows installer
    1717     * '''remove wiki/checkwiki.py*'''