Code

add action attribute to issue.item form action tag
[roundup.git] / BUILD.txt
index 534d6031396af84023d6d8448e13d354f9117cc9..69d18e8f51631a7258a8c30095773fbc2ce7927b 100644 (file)
--- 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)