Mercurial > p > roundup > code
changeset 4527:079fdf9b8de1
fix build instructions
- tagging: correct svn path names
- document windows binary: python 2.7 still has naming bug
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Fri, 15 Jul 2011 16:51:00 +0000 |
| parents | ce6e868187de |
| children | 5ce5ca453a7a |
| files | BUILD.txt |
| diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/BUILD.txt Fri Jul 15 15:52:34 2011 +0000 +++ b/BUILD.txt Fri Jul 15 16:51:00 2011 +0000 @@ -28,8 +28,8 @@ with all available Python versions. 12. 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-16 + svn cp https://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk \ + https://svn.roundup-tracker.org/svnroot/roundup/roundup/tags/release-1-4-19 13. python setup.py bdist_rpm 14. python setup.py bdist_wininst @@ -54,6 +54,6 @@ (if the last two fail make sure you're using python2.5+) Note that python2.6 won't correctly create a bdist_wininst install on -Linux (it will produce a .exe with "linux" in the name). Maybe -2.7 fixes this? (Ralf) +Linux (it will produce a .exe with "linux" in the name). 2.7 still has +this bug (Ralf)
