Edgewall Software

Changes between Version 13 and Version 14 of Bitten Dev/Release Check List


Ignore:
Timestamp:
Mar 11, 2011, 1:31:53 PM (13 years ago)
Author:
osimons
Comment:

Note on cleaning source and different distributions.

Legend:

Unmodified
Added
Removed
Modified
  • Bitten Dev/Release Check List

    v13 v14  
    1212 * Build docs with command: `./setup.py build_doc`
    1313 * Run unittests on all major platforms
     14 * Test build a few packages / eggs. Make sure that `Bitten` distributions are quite a bit larger than those from `BittenSlave`.
    1415
    1516Make and commit changes:
     
    3738 * Checkout/export the freshly tagged code and use it to make releases.
    3839 * Build docs (`./setup.py build_doc` and open doc/index.html in a browser to verify result).
    39  * Build and upload installers to FTP site in following formats and versions - for both 'Bitten' and 'Bitten-Slave':
     40 * Build and upload installers to FTP site in following formats and versions - for both 'Bitten' and 'Bitten-Slave'
     41   (Note: run `./setup.py clean` whenever changing architecture or distribution):
    4042   * .tar.gz (`sdist` *nix) and .zip (`sdist` Windows)
    4143   * py27.egg (`bdist_egg` using any Python)