My favorites | Sign in
Project Home Downloads Wiki Issues Source
Repository:
Checkout   Browse   Changes   Clones    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
How to release FormAlchemy
==========================

Boostrap a buildout env::

$ wget http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py
$ python -S bootstrap.py
$ python -S bin/buildout

Update version numbers in setup.py and formalchemy/__init__.py

Run tests::

$ ./bin/test

Assume the pylons template work::

$ ./bin/paster create -t pylons_fa pylonsapp

Merge files carefully. All files should be override except development.ini,
test.ini, websetup.py and model/__init__.py.

Run pylons tests::

$ ./bin/test_pylons

Compile .mo files and create the tarball::

$ ./bin/python setup.py make_dist

Register the package on Pypi::

$ ./bin/python setup.py register

If you want to upload the tarball on Pypi then use::

$ ./bin/python setup.py make_dist register upload

Change log

29425a015fcc by jbellis on Apr 17, 2009   Diff
fix copy/paste error
Go to: 
Project members, sign in to write a code review

Older revisions

2fd95cd3d476 by jbellis on Feb 20, 2009   Diff
revert 694-696 to make buildbot happy
ccb577915537 by jbellis on Feb 20, 2009   Diff
add revert to releasenotes
4eeb281adf2c by gael.pasgrimaud on Feb 20, 2009   Diff
add other customised files
All revisions of this file

File info

Size: 817 bytes, 38 lines
Powered by Google Project Hosting