Edgewall Software

Changes between Version 59 and Version 60 of TracDev/ReleaseChecklist


Ignore:
Timestamp:
Jan 23, 2015, 6:51:18 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Highlight code blocks.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ReleaseChecklist

    v59 v60  
    7272   * Check out trunk (or the release branch) to a '''clean''' sandbox
    7373   * Build source archives on Unix:
    74      {{{
     74     {{{#!sh
    7575     python setup.py sdist --formats=gztar,zip
    7676     }}}
     
    8282   * Build Windows installers on x86 and x64 platforms
    8383     - .exe installer
    84        {{{
     84       {{{#!dos
    8585       python.exe setup.py bdist_wininst
    8686       }}}