Code

- document experience from release(s)
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 29 May 2011 20:01:16 +0000 (20:01 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 29 May 2011 20:01:16 +0000 (20:01 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4613 57a73879-2fb5-44c3-a270-3262357dd7e2

BUILD.txt

index bbee3a73368396e6c1a17aaab726b33fa02db98c..7b1090a35bcde39ac665757a817115a250e41a86 100644 (file)
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -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). Maybe
+2.7 fixes this? (Ralf)
+