Minor tweaks to release checlist and binary builds

This commit is contained in:
Aldo Cortesi 2014-12-29 12:45:38 +13:00
parent f78451dbbe
commit 55970bf0cc
2 changed files with 3 additions and 6 deletions

View File

@ -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

View File

@ -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