changeset 1655:0feb34b2de71 0.6.0b3

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Mon, 09 Jun 2003 23:51:14 +0000
parents 284c26c1ef19
children ee730d990989
files BUILD.txt doc/announcement.txt
diffstat 2 files changed, 8 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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)
 
--- 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

Roundup Issue Tracker: http://roundup-tracker.org/