diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-12-29 12:45:38 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-12-29 12:45:38 +1300 |
commit | 55970bf0cc493b57bb08d2b10837aedc11f5ac18 (patch) | |
tree | 5b0eb800344871d67b13daa63969d9e25687c0af | |
parent | f78451dbbe14712a3424cb6de5f5e06326a8d842 (diff) | |
download | mitmproxy-55970bf0cc493b57bb08d2b10837aedc11f5ac18.tar.gz mitmproxy-55970bf0cc493b57bb08d2b10837aedc11f5ac18.tar.bz2 mitmproxy-55970bf0cc493b57bb08d2b10837aedc11f5ac18.zip |
Minor tweaks to release checlist and binary builds
-rwxr-xr-x | release/osx-binaries | 2 | ||||
-rw-r--r-- | release/release-checklist | 7 |
2 files changed, 3 insertions, 6 deletions
diff --git a/release/osx-binaries b/release/osx-binaries index 6a24b3da..862ddd59 100755 --- a/release/osx-binaries +++ b/release/osx-binaries @@ -46,4 +46,4 @@ cp ./dist/mitmdump $TMPDIR/$DST cshape ./doc-src $TMPDIR/$DST/doc cd $TMPDIR -tar -czvf $DST.tgz $DST +tar -czvf $DST.tar.gz $DST diff --git a/release/release-checklist b/release/release-checklist index 0dd99b13..154103e9 100644 --- a/release/release-checklist +++ b/release/release-checklist @@ -11,9 +11,6 @@ - Run the test release, make sure the output is sensible ./release/test-release -- Build sdist packages: - python ./setup.py sdist - - Build the OSX binaries - Follow instructions in osxbinaries - Move to download dir: @@ -23,7 +20,8 @@ python ./setup.py sdist mv ./dist/FILE ~/mitmproxy/www.mitmproxy.org/src/download -- Adjust links on www.mitmproxy.org +- Tag with the version number, and do: + git push --tags - Upload to pypi for each project: @@ -34,4 +32,3 @@ mitmproxy/libmproxy/version.py netlib/netlib/version.py pathod/libpathod/version.py - |