Releasing Amara

Prep

Update README, CHANGES. Hint: Use cvsps or cvs2cl

Check

./setup.py sdist --formats=zip
unzip -v dist/Amara-*.zip

Build and upload

python2.5 setup.py sdist --formats=bztar,gztar,zip upload
python2.5 setup.py bdist_egg upload

FTP dist/Amara-* and CHANGES to ftp:/root@ftp.4suite.org:pub/Amara/

Tag

cvs tag R1_1_9

Register

./setup.py register

Create Windows .exes

You build Amara-[VERSION].win32-py2.4.exe you must be on Windows, with a compiler that can build Python C extensions.

Then:

  1. Fetch ftp://ftp.4suite.org/pub/third-party/windows/InnoSetup-5.1.5.exe and install it

  2. unpack the Amara*-allinone sdist
  3. Run "setup.py bdist"

Amara/Release_Process (last edited 2008-11-24 18:46:29 by localhost)