Code

Install roundup.cgi to share/roundup
[roundup.git] / BUILD.txt
1                                     Roundup
2                                     =======
4 1. Building Releases
5 ====================
7 Roundup is currently a source-only release - it has no binary components. I
8 want it to stay that way, too.
10 This means that we only need to ever build source releases. This is done by
11 running:
13   0. python setup.py clean --all
14   1. Edit setup.py to ensure that all information therein (version, contact
15      information etc) is correct.
16   2. python setup.py sdist --manifest-only
17   3. Check the MANIFEST to make sure that any new files are included. If
18      they are not, edit MANIFEST.in to include them. "Documentation" for
19      MANIFEST.in may be found in disutils.filelist._parse_template_line.
20   4. python setup.py sdist
21      (if you find sdist a little verbose, add "--quiet" to the end of the
22       command)
23   5. FTP the tar.gz from the dist directory to to the "incoming" directory on
24      "upload.sourceforge.net".
25   6. Make a quick release at:
26       http://sourceforge.net/project/admin/qrs.php?package_id=&group_id=31577
28 So, those commands in a nice, cut'n'pasteable form :)
29 python setup.py clean --all
30 python setup.py sdist --manifest-only
31 python setup.py sdist --quiet
34 2. Author
35 =========
36 richard@users.sourceforge.net