Skip to content

Commit

Permalink
Some additions to the release checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
cortesi committed Nov 15, 2014
1 parent c7a96b2 commit 645a4a0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions release/release-checklist
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,20 @@

- Build the OSX binaries
- Follow instructions in osxbinaries
- Package:
cp -r ./doc /tmp/osx-mitmproxy/
mv /tmp/osx-mitmproxy /tmp/osx-mitmproxy-VERSION
tar -czvf /tmp/osx-mitmproxy-VERSION.tar.gz /tmp/osx-mitmproxy-VERSION
mv /tmp/osx-mitmproxy-VERSION.tar.gz ~/mitmproxy/www.mitmproxy.org/src/download

- Build the sources for each project:
python ./setup.py sdist
mv ./dist/FILE ~/mitmproxy/www.mitmproxy.org/src/download


- Adjust links on www.mitmproxy.org

- Upload to pypi for each project:

python ./setup.py sdist upload

0 comments on commit 645a4a0

Please sign in to comment.