From 9ca07b944bd396486c8dae2626d6340074fca337 Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 9 Jun 2003 23:51:14 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1723 57a73879-2fb5-44c3-a270-3262357dd7e2 --- BUILD.txt | 13 +++++++------ doc/announcement.txt | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/BUILD.txt b/BUILD.txt index 534d603..69d18e8 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -7,17 +7,18 @@ want it to stay that way, too. 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 --git a/doc/announcement.txt b/doc/announcement.txt index 25e6b8e..ae6f895 100644 --- a/doc/announcement.txt +++ b/doc/announcement.txt @@ -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 -- 2.30.2