Edgewall Software

Changes between Version 13 and Version 14 of TracDev/ReleaseChecklist


Ignore:
Timestamp:
Nov 23, 2009, 7:19:48 PM (14 years ago)
Author:
Christian Boos
Comment:

some notes to avoid problems like #8847 in the future

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ReleaseChecklist

    v13 v14  
    1515   * Build source tarballs:
    1616     - ''python setup.py sdist'' on Unix, in order to get the files in the `.tar.gz` with the proper LF line endings
    17      - ''python setup.py sdist'' on Windows, in order to get the files in the `.zip` with the proper CRLF line endings
     17     - ''python setup.py sdist'' on Windows, in order to get the files in the `.zip` with the proper CRLF line endings; [[br]]
     18       verify with zipinfo that the content is OK (once the templates were missing!)
    1819   * Build RPMs: ''python setup.py bdist_rpm''
    1920   * Build windows installer
     
    2324 * Test installation on '''all''' target platforms
    2425   * Install on a clean system. ''Remove any old Trac installation before testing''
     26   * Test `easy_install Trac`
    2527 
    2628 * Tag/copy version in subversion