summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4983d70)
raw | patch | inline | side by side (parent: 4983d70)
author | schlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 15 Jul 2011 16:51:00 +0000 (16:51 +0000) | ||
committer | schlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 15 Jul 2011 16:51:00 +0000 (16:51 +0000) |
- tagging: correct svn path names
- document windows binary: python 2.7 still has naming bug
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4640 57a73879-2fb5-44c3-a270-3262357dd7e2
- document windows binary: python 2.7 still has naming bug
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4640 57a73879-2fb5-44c3-a270-3262357dd7e2
BUILD.txt | patch | blob | history |
diff --git a/BUILD.txt b/BUILD.txt
index 7b1090a35bcde39ac665757a817115a250e41a86..91e240e463f296c60b723dbe4f8f56498e175ab0 100644 (file)
--- a/BUILD.txt
+++ b/BUILD.txt
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
(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)