X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=BUILD.txt;h=91e240e463f296c60b723dbe4f8f56498e175ab0;hb=e26c0e6a8f9dca8e604bae291509feec1e492354;hp=bbee3a73368396e6c1a17aaab726b33fa02db98c;hpb=8da51fd2174082e8d575bef29ae1524d6f168b4c;p=roundup.git diff --git a/BUILD.txt b/BUILD.txt index bbee3a7..91e240e 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -28,8 +28,8 @@ Building and distributing a release of Roundup is done by running: 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 @@ -50,6 +50,10 @@ So, those commands in a nice, cut'n'pasteable form:: python setup.py bdist_wininst python setup.py register python setup.py sdist upload --sign - python setup.py bdist_wininst upload --sign + python2.5 setup.py bdist_wininst upload --sign (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). 2.7 still has +this bug (Ralf) +