Release prep: binaries build script, release checklist, fuzzing

This commit is contained in:
Aldo Cortesi
2014-11-02 18:04:57 +13:00
parent 340d0570bf
commit d0de490ef1
6 changed files with 27 additions and 6 deletions

View File

@@ -10,7 +10,8 @@
# answer is to touch the __init__.py file in the zope directory. On my system:
# touch /Library/Python/2.7/site-packages/zope/__init__.py
# To run, change into the pyinstaller directory, and then run this script.
# To run, first install netlib and mitmproxy, then change into the pyinstaller
# directory, and then run this script.
DST=/tmp/osx-mitmproxy
MITMPROXY=~/mitmproxy/mitmproxy

View File

@@ -26,3 +26,7 @@
- tar -xzvf pkgfile.tgz
- virtualenv venv
- Build the OSX binaries
- Follow instructions in osxbinaries