Minor tweaks to release checlist and binary builds
This commit is contained in:
parent
f78451dbbe
commit
55970bf0cc
|
@ -46,4 +46,4 @@ cp ./dist/mitmdump $TMPDIR/$DST
|
||||||
cshape ./doc-src $TMPDIR/$DST/doc
|
cshape ./doc-src $TMPDIR/$DST/doc
|
||||||
|
|
||||||
cd $TMPDIR
|
cd $TMPDIR
|
||||||
tar -czvf $DST.tgz $DST
|
tar -czvf $DST.tar.gz $DST
|
||||||
|
|
|
@ -11,9 +11,6 @@
|
||||||
- Run the test release, make sure the output is sensible
|
- Run the test release, make sure the output is sensible
|
||||||
./release/test-release
|
./release/test-release
|
||||||
|
|
||||||
- Build sdist packages:
|
|
||||||
python ./setup.py sdist
|
|
||||||
|
|
||||||
- Build the OSX binaries
|
- Build the OSX binaries
|
||||||
- Follow instructions in osxbinaries
|
- Follow instructions in osxbinaries
|
||||||
- Move to download dir:
|
- Move to download dir:
|
||||||
|
@ -23,7 +20,8 @@
|
||||||
python ./setup.py sdist
|
python ./setup.py sdist
|
||||||
mv ./dist/FILE ~/mitmproxy/www.mitmproxy.org/src/download
|
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:
|
- Upload to pypi for each project:
|
||||||
|
|
||||||
|
@ -34,4 +32,3 @@
|
||||||
mitmproxy/libmproxy/version.py
|
mitmproxy/libmproxy/version.py
|
||||||
netlib/netlib/version.py
|
netlib/netlib/version.py
|
||||||
pathod/libpathod/version.py
|
pathod/libpathod/version.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue