Edgewall Software

Changes between Version 57 and Version 58 of TracDev/ReleaseChecklist


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

Installers are created correctly on Windows with Python 2.7.9, so remove the note and add the requirement.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ReleaseChecklist

    v57 v58  
    6868=== Create dist packages
    6969
    70 // Note: be sure to use Python 2.7 on Windows //
     70// Note: be sure to use Python **2.7.9** or later on Windows //
    7171
    7272   * Check out trunk (or the release branch) to a '''clean''' sandbox
     
    8585       python.exe setup.py bdist_wininst
    8686       }}}
    87     TODO: Evaluate using `--user-access-control` [https://docs.python.org/2/distutils/builtdist.html#vista-user-access-control-uac option] -> "auto" doesn't help and "force" is annoying, as it will always ask for privilege escalation even if not actually needed; Instead, use Python 2.7.9, which creates installers which will simply warn that (manual) privilege escalation is needed, when it's needed (cf. Python-Issue:16561)
    8887   * Test installation on all target platforms. \\
    8988     Install on a clean system. ''Remove any old Trac installation before testing.''