Edgewall Software

Changes between Version 40 and Version 41 of TracDev/ReleaseChecklist


Ignore:
Timestamp:
Oct 26, 2014, 2:01:33 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

On the trac-dev mailing list we discussed building both archives with LF line endings since the command easy_install Trac retrieves the zip package regardless of platform. The change will be tested with the next release.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ReleaseChecklist

    v40 v41  
    6868
    6969   * Check out trunk (or the release branch) to a '''clean''' sandbox
    70    * Build source tarballs:
    71      - On Unix:
    72        {{{
    73        python setup.py sdist
    74        }}}
    75        in order to get the files in a `.tar.gz`, with the proper LF line endings.
    76      - On Windows:
    77        {{{
    78        python setup.py sdist
    79        }}}
    80        in order to get the files in a `.zip`, with the proper CRLF line endings.
     70   * Build source archives on Unix:
     71     {{{
     72     python setup.py sdist --formats=gztar,zip
     73     }}}
     74     in order to get the files in `.tar.gz` and `zip` archives, with the proper LF line endings.
     75   
    8176   **The `sdist` command must be performed from a svn < 1.7 checkout**, as
    8277   only the data files also listed in the `.svn/entries` files are considered