aboutsummaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-11-02 18:04:57 +1300
committerAldo Cortesi <aldo@nullcube.com>2014-11-02 18:04:57 +1300
commitd0de490ef1ced7597471c1867d30213b162a7e89 (patch)
tree4294d3101930b9a4d5b99f2d84aa70d4c3315f99 /release
parent340d0570bfe7ceae68d7d592e3b7283480c351b0 (diff)
downloadmitmproxy-d0de490ef1ced7597471c1867d30213b162a7e89.tar.gz
mitmproxy-d0de490ef1ced7597471c1867d30213b162a7e89.tar.bz2
mitmproxy-d0de490ef1ced7597471c1867d30213b162a7e89.zip
Release prep: binaries build script, release checklist, fuzzing
Diffstat (limited to 'release')
-rwxr-xr-xrelease/osx-binaries3
-rw-r--r--release/release-checklist4
2 files changed, 6 insertions, 1 deletions
diff --git a/release/osx-binaries b/release/osx-binaries
index 4be85800..9945e471 100755
--- a/release/osx-binaries
+++ b/release/osx-binaries
@@ -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
diff --git a/release/release-checklist b/release/release-checklist
index d0bf8aad..683e9b89 100644
--- a/release/release-checklist
+++ b/release/release-checklist
@@ -26,3 +26,7 @@
- tar -xzvf pkgfile.tgz
- virtualenv venv
+- Build the OSX binaries
+ - Follow instructions in osxbinaries
+
+