Skip to content

Commit c12edb4

Browse files
author
Richard Jones
committed
reinstate 3 with correct instructions
1 parent 372723d commit c12edb4

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

BUILD.txt

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,24 @@ Building and distributing a release of Roundup is done by running:
1212
2. Edit roundup/__init__.py and doc/announcement.txt to reflect the new
1313
version and appropriate announcements. Add truncated announcement to
1414
setup.py description field.
15-
3. Clean out all *.orig, *.rej, .#* files from the source.
16-
4. python setup.py clean --all
17-
5. Edit setup.py to ensure that all information therein (version, contact
15+
3. Note the SVN revision in the CHANGES.txt file.
16+
4. Clean out all *.orig, *.rej, .#* files from the source.
17+
5. python setup.py clean --all
18+
6. Edit setup.py to ensure that all information therein (version, contact
1819
information etc) is correct.
19-
6. python setup.py sdist --manifest-only
20-
7. Check the MANIFEST to make sure that any new files are included. If
20+
7. python setup.py sdist --manifest-only
21+
8. Check the MANIFEST to make sure that any new files are included. If
2122
they are not, edit MANIFEST.in to include them. "Documentation" for
2223
MANIFEST.in may be found in disutils.filelist._parse_template_line.
23-
8. python setup.py sdist
24+
9. python setup.py sdist
2425
(if you find sdist a little verbose, add "--quiet" to the end of the
2526
command)
26-
9. Unpack the new dist file in /tmp then a) run_test.py and b) demo.py
27+
10. Unpack the new dist file in /tmp then a) run_test.py and b) demo.py
2728
with all available Python versions.
28-
10. Generate gpg signature with "gpg -a --detach-sign"
29-
11. python setup.py bdist_rpm
30-
12. python setup.py bdist_wininst
31-
13. Send doc/announcement.txt to [email protected]
29+
11. Generate gpg signature with "gpg -a --detach-sign"
30+
12. python setup.py bdist_rpm
31+
13. python setup.py bdist_wininst
32+
14. Send doc/announcement.txt to [email protected]
3233

3334
So, those commands in a nice, cut'n'pasteable form::
3435

0 commit comments

Comments
 (0)