Mercurial > p > roundup > code
diff BUILD.txt @ 4353:7bfbf82ef3ca
add tagging info to the release build doc
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 09 Feb 2010 01:47:25 +0000 |
| parents | 9e1a91f3cf17 |
| children | a531daf6f253 |
line wrap: on
line diff
--- a/BUILD.txt Tue Feb 09 01:02:48 2010 +0000 +++ b/BUILD.txt Tue Feb 09 01:47:25 2010 +0000 @@ -26,6 +26,11 @@ command) 10. Unpack the new dist file in /tmp then a) run_test.py and b) demo.py with all available Python versions. +11. Assuming all is well tag the release in SVN:: + + svn cp https://roundup.svn.sourceforge.net/svnroot/roundup/roundup/trunk \ + https://roundup.svn.sourceforge.net/svnroot/roundup/roundup/tags/release-1.4.12 + 11. python setup.py bdist_rpm 12. python setup.py bdist_wininst 13. Send doc/announcement.txt to python-announce@python.org and
