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:
Fetch ftp://ftp.4suite.org/pub/third-party/windows/InnoSetup-5.1.5.exe and install it
- unpack the Amara*-allinone sdist
- Run "setup.py bdist"
