Author: Armin Rigo <[email protected]>
Branch:
Changeset: r65925:4627ee7d7b96
Date: 2013-08-03 17:56 +0200
http://bitbucket.org/pypy/pypy/changeset/4627ee7d7b96/
Log: Merged in zzzeek/pypy (pull request #178)
the --nostrip and --without-tk options need to come before all
positional arguments, fix the help
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.py
+++ b/pypy/tool/release/package.py
@@ -3,7 +3,7 @@
It uses 'pypy/goal/pypy-c' and parts of the rest of the working
copy. Usage:
- package.py root-pypy-dir [--nostrip] [--without-tk] [name-of-archive]
[name-of-pypy-c] [destination-for-tarball] [pypy-c-path]
+ package.py [--nostrip] [--without-tk] root-pypy-dir [name-of-archive]
[name-of-pypy-c] [destination-for-tarball] [pypy-c-path]
Usually you would do: package.py ../../.. pypy-VER-PLATFORM
The output is found in the directory /tmp/usession-YOURNAME/build/.
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit