PyPy cleanup for redistribution -
how can cleanup pypy after building it? parts absolutely critical , parts can safely delete?
obviously it's necessary remove version controll related files , folders (.gitignore
, .hg
, .hgignore
, .hgsubstate
, .hgtags
) there must more directories can painlessly removed.
hint: there description of directories on http://doc.pypy.org/ helpfull unfortunately can't find now.
in pypy team, utilize next script:
cd pypy/tool/release ./package.py ../../.. pypy-version-platform
which puts results in /tmp/usession-yourname/build/. finish re-create of needed in order install or redistribute binary.
pypy
No comments:
Post a Comment