2014-01-19 05:08:59 +00:00
|
|
|
|
2014-12-28 10:16:50 +00:00
|
|
|
- Check the version number:
|
2014-01-19 05:08:59 +00:00
|
|
|
|
|
|
|
mitmproxy/libmproxy/version.py
|
|
|
|
netlib/netlib/version.py
|
2014-12-24 01:03:14 +00:00
|
|
|
pathod/libpathod/version.py
|
2014-01-19 05:08:59 +00:00
|
|
|
|
|
|
|
- Render the docs:
|
|
|
|
cshape doc-src doc
|
|
|
|
|
|
|
|
- Run the test release, make sure the output is sensible
|
|
|
|
./release/test-release
|
|
|
|
|
2014-11-02 05:04:57 +00:00
|
|
|
- Build the OSX binaries
|
|
|
|
- Follow instructions in osxbinaries
|
2014-12-28 10:16:50 +00:00
|
|
|
- Move to download dir:
|
|
|
|
mv ./tmp/osx-mitmproxy-VERSION.tar.gz ~/mitmproxy/www.mitmproxy.org/src/download
|
2014-11-02 05:04:57 +00:00
|
|
|
|
2014-11-15 02:47:00 +00:00
|
|
|
- Build the sources for each project:
|
|
|
|
python ./setup.py sdist
|
|
|
|
mv ./dist/FILE ~/mitmproxy/www.mitmproxy.org/src/download
|
|
|
|
|
2014-12-28 23:45:38 +00:00
|
|
|
- Tag with the version number, and do:
|
|
|
|
git push --tags
|
2014-11-15 02:47:00 +00:00
|
|
|
|
|
|
|
- Upload to pypi for each project:
|
|
|
|
|
|
|
|
python ./setup.py sdist upload
|
2014-11-02 05:04:57 +00:00
|
|
|
|
2014-12-28 10:16:50 +00:00
|
|
|
- Now bump the version number to be ready for the next cycle:
|
|
|
|
|
|
|
|
mitmproxy/libmproxy/version.py
|
|
|
|
netlib/netlib/version.py
|
|
|
|
pathod/libpathod/version.py
|