# HG changeset patch # User Richard Jones # Date 1055202674 0 # Node ID 0feb34b2de71fe80dfc003f4d6ebb402cc22db50 # Parent 284c26c1ef19bb2ea8de16cdcdbe111ee5d758c4 *** empty log message *** diff -r 284c26c1ef19 -r 0feb34b2de71 BUILD.txt --- a/BUILD.txt Mon Jun 09 23:17:23 2003 +0000 +++ b/BUILD.txt Mon Jun 09 23:51:14 2003 +0000 @@ -7,17 +7,18 @@ This means that we only need to ever build source releases. This is done by running: -1. Edit roundup/__init__.py and doc/announcement.txt to reflect the new +1. Make sure the unit tests run! "./run_tests" +2. Edit roundup/__init__.py and doc/announcement.txt to reflect the new version and appropriate announcements. Add truncated announcement to setup.py description field. -2. python setup.py clean --all -3. Edit setup.py to ensure that all information therein (version, contact +3. python setup.py clean --all +4. Edit setup.py to ensure that all information therein (version, contact information etc) is correct. -4. python setup.py sdist --manifest-only -5. Check the MANIFEST to make sure that any new files are included. If +5. python setup.py sdist --manifest-only +6. Check the MANIFEST to make sure that any new files are included. If they are not, edit MANIFEST.in to include them. "Documentation" for MANIFEST.in may be found in disutils.filelist._parse_template_line. -6. python setup.py sdist +7. python setup.py sdist (if you find sdist a little verbose, add "--quiet" to the end of the command) diff -r 284c26c1ef19 -r 0feb34b2de71 doc/announcement.txt --- a/doc/announcement.txt Mon Jun 09 23:17:23 2003 +0000 +++ b/doc/announcement.txt Mon Jun 09 23:51:14 2003 +0000 @@ -1,5 +1,5 @@ =================================================== -SC-Track Roundup 0.6.0b2 - an issue tracking system +SC-Track Roundup 0.6.0b3 - an issue tracking system =================================================== This is the second release of the new version of Roundup which contains a