From 55970bf0cc493b57bb08d2b10837aedc11f5ac18 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 29 Dec 2014 12:45:38 +1300 Subject: [PATCH] Minor tweaks to release checlist and binary builds --- release/osx-binaries | 2 +- release/release-checklist | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/release/osx-binaries b/release/osx-binaries index 6a24b3da3..862ddd59b 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 0dd99b13d..154103e9c 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 -