Code

Replace '&' with '&' in the URLs generated by classhelp(), to validate.
[roundup.git] / BUILD.txt
index 534d6031396af84023d6d8448e13d354f9117cc9..4ee93d194c64e3761d726b5c5b26823eea98cb8b 100644 (file)
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -7,17 +7,19 @@ 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. Tag the CVS with a release tag (ie. 'release-N-N-N')
+4. python setup.py clean --all
+5. 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
+6. python setup.py sdist --manifest-only
+7. 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
+8. python setup.py sdist
    (if you find sdist a little verbose, add "--quiet" to the end of the
     command)