Skip to content

Commit e9da350

Browse files
author
Ralf Schlatterbeck
committed
fix build instructions
- tagging: correct svn path names - document windows binary: python 2.7 still has naming bug
1 parent d421edd commit e9da350

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

BUILD.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Building and distributing a release of Roundup is done by running:
2828
with all available Python versions.
2929
12. Assuming all is well tag the release in SVN::
3030

31-
svn cp https://roundup.svn.sourceforge.net/svnroot/roundup/roundup/trunk \
32-
https://roundup.svn.sourceforge.net/svnroot/roundup/roundup/tags/release-1-4-16
31+
svn cp https://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk \
32+
https://svn.roundup-tracker.org/svnroot/roundup/roundup/tags/release-1-4-19
3333

3434
13. python setup.py bdist_rpm
3535
14. python setup.py bdist_wininst
@@ -54,6 +54,6 @@ So, those commands in a nice, cut'n'pasteable form::
5454

5555
(if the last two fail make sure you're using python2.5+)
5656
Note that python2.6 won't correctly create a bdist_wininst install on
57-
Linux (it will produce a .exe with "linux" in the name). Maybe
58-
2.7 fixes this? (Ralf)
57+
Linux (it will produce a .exe with "linux" in the name). 2.7 still has
58+
this bug (Ralf)
5959

0 commit comments

Comments
 (0)