aboutsummaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-12-28 23:16:50 +1300
committerAldo Cortesi <aldo@nullcube.com>2014-12-28 23:16:50 +1300
commit84f57a283287e7358eed7f8e36fbe0a0652a8675 (patch)
treef77fca3b0c44ec0809f2d15d06adf0ab2332a77d /release
parent7f5965225d6584875a0b520f3cc811d57952e17f (diff)
downloadmitmproxy-84f57a283287e7358eed7f8e36fbe0a0652a8675.tar.gz
mitmproxy-84f57a283287e7358eed7f8e36fbe0a0652a8675.tar.bz2
mitmproxy-84f57a283287e7358eed7f8e36fbe0a0652a8675.zip
Adjust how doc rendering uses mitmproxy source location
We now make sure our imports come from here too, and that we have mod cons like tilde expansion in the env variable.
Diffstat (limited to 'release')
-rw-r--r--release/release-checklist20
1 files changed, 9 insertions, 11 deletions
diff --git a/release/release-checklist b/release/release-checklist
index f3abaf6a..0dd99b13 100644
--- a/release/release-checklist
+++ b/release/release-checklist
@@ -1,5 +1,5 @@
-- Bump the version number:
+- Check the version number:
mitmproxy/libmproxy/version.py
netlib/netlib/version.py
@@ -14,18 +14,10 @@
- Build sdist packages:
python ./setup.py sdist
-- Test the packages by installing in a virtualenv:
- - cd dist
- - tar -xzvf pkgfile.tgz
- - virtualenv venv
-
- 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
+ - Move to download dir:
+ mv ./tmp/osx-mitmproxy-VERSION.tar.gz ~/mitmproxy/www.mitmproxy.org/src/download
- Build the sources for each project:
python ./setup.py sdist
@@ -37,3 +29,9 @@
python ./setup.py sdist upload
+- Now bump the version number to be ready for the next cycle:
+
+ mitmproxy/libmproxy/version.py
+ netlib/netlib/version.py
+ pathod/libpathod/version.py
+