Commit Graph

50 Commits

Author SHA1 Message Date
Maximilian Hils 5552b5e782 snapshots: fix build tag 2016-03-31 18:07:47 +02:00
Maximilian Hils e0f1f13c14 minor pyinstaller fixes 2016-03-12 18:55:25 +01:00
Aditya 891d7a87b8 Add icon for binaries 2016-03-11 20:30:17 +05:30
Maximilian Hils 47fa843795 add icon for binaries
This differs from the favicon as that the .ico file stores
the logo in multiple resolutions.
2016-03-08 20:33:48 +01:00
Maximilian Hils 0faae87acc fix snapshot upload 2016-02-27 14:26:54 +01:00
Aldo Cortesi 5441683037 First-order conversion of rtool to flat directory structure 2016-02-19 16:43:26 +13:00
Maximilian Hils bf024cd153 Merge branch 'master' of https://github.com/mitmproxy/mitmproxy 2016-02-18 11:27:40 +01:00
Maximilian Hils f42af90612 move bin into release, update rtool 2016-02-18 11:25:29 +01:00
Aldo Cortesi 36e070ee25 Pull bin to the top, move pathod examples to examples dir 2016-02-18 10:15:59 +13:00
Aldo Cortesi 14f6bcd86e Adjust release for new repo structure 2016-02-18 09:48:37 +13:00
Thomas Kriechbaumer e2ca4ea923 fix minor things 2016-02-16 22:01:50 +01:00
Maximilian Hils df92228b93 rtool: remove support for source distributions 2016-02-16 00:39:07 +01:00
Maximilian Hils 10f9b6faa7 fix release tool, refs #947 2016-02-16 00:22:38 +01:00
Maximilian Hils 95cef3c0e9 merge metadata files 2016-02-15 15:43:59 +01:00
Maximilian Hils dd2c500294 add release 2016-02-15 14:58:53 +01:00
Maximilian Hils 33fa49277a move mitmproxy 2016-02-15 14:58:46 +01:00
Maximilian Hils 0b06b02c92 add new pyinstaller spec files 2015-11-29 02:48:39 +01:00
Aldo Cortesi f16f2b9ce3 Adjust pyinstaller spec paths 2015-11-06 11:44:37 +13:00
Aldo Cortesi 19a17933cc Disable mitmweb OSX binary generation for now 2015-08-16 21:40:41 +12:00
Aldo Cortesi be498bc1a3 Adapt mitmdump and mitmweb for certifi and release process 2015-08-16 19:55:55 +12:00
Aldo Cortesi 2973a79c59 Adapt mitmproxy.spec for new cryptography, certifi and new release structure 2015-08-16 17:24:40 +12:00
Aldo Cortesi 7e4020213c Remove release tools 2015-08-16 12:31:51 +12:00
Maximilian Hils 69ce4c3f14 remove evil unicode_literals 2015-08-06 10:49:41 +02:00
Maximilian Hils c3c3d28bb1 update build script 2015-07-22 13:49:18 +02:00
Maximilian Hils fe03a656a9 make build script amazing 2015-07-22 02:43:45 +02:00
Maximilian Hils d2d2edc140 make build script executable on *nix 2015-07-22 00:44:24 +02:00
Maximilian Hils ec02eda0b4 preliminary release script 2015-07-21 19:03:25 +02:00
Maximilian Hils 7fcbbb86cc streamline build process 2015-07-21 17:51:59 +02:00
Aldo Cortesi 946fd375fa Changelog for v0.12.1 2015-06-03 09:33:09 +12:00
Aldo Cortesi 99c691def5 Post-release version bump, and checklist addition. 2015-05-26 10:44:52 +12:00
Aldo Cortesi 6d70b790df release: include resources PyInstaller doesn't record in spec files. 2015-05-25 13:08:32 +12:00
Aldo Cortesi 0d59c2da97 Better error when invalid palette is specified 2015-03-12 22:56:47 +11:00
Aldo Cortesi 04e9260b74 Re-enable OSX binary builds for mitmproxy and mitmweb 2015-03-12 22:52:46 +11:00
Aldo Cortesi 40366fa94e Virtualenv is the one and only recommended dev environment
- Create a "dev" script to create a virtualenv-based dev environment
- Update the docs to remove non-virtualenv install recommendations
- Update osx-binaries generation to use virtualenv

TODO:
- The dev script or an equivalent should be made to work on Windows
- We still can't remove the annoying top-level command scripts, because
pyinstaller doesn't support entry points. Once it does, they can go.
2015-03-12 22:12:15 +11:00
Aldo Cortesi dfc1b39164 Update for latest master of PyInstaller 2015-03-12 13:26:21 +11:00
Aldo Cortesi 55970bf0cc Minor tweaks to release checlist and binary builds 2014-12-29 12:45:38 +13:00
Aldo Cortesi 84f57a2832 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.
2014-12-28 23:16:50 +13:00
Aldo Cortesi e4f510685e Generalize binary building, add static resources, add spec files for mitmproxy, mitmdump and mitmweb
We're now ready to use the same script (more or less) to build Windows
binaries.
2014-12-28 17:39:44 +13:00
Aldo Cortesi 0cc8c44c22 Minor improvements to osx binary build process
- Add --shortversion on tools to make packaging easier
- Automate tarfile generation
2014-12-28 15:07:44 +13:00
Maximilian Hils 4b94c7cf15 bump version, update release checklist 2014-12-24 02:03:14 +01:00
Aldo Cortesi 645a4a0c04 Some additions to the release checklist 2014-11-15 15:47:00 +13:00
Aldo Cortesi ec17e70d9e Remove entry points in favor of vanilla scripts, fix test-release 2014-11-11 14:00:28 +13:00
Aldo Cortesi 5025bf872c Minor doc adjustments 2014-11-07 16:32:46 +13:00
Aldo Cortesi d0de490ef1 Release prep: binaries build script, release checklist, fuzzing 2014-11-02 18:04:57 +13:00
Maximilian Hils 36930a6e1d actually remove test dependencies from requirements.txt 2014-01-28 03:17:27 +01:00
Aldo Cortesi cabd848b1e Release test script and checklist. 2014-01-19 18:08:59 +13:00
Aldo Cortesi 789700ade2 Prep for release: CHANGELOG and CONTRIBUTORS 2013-08-25 10:28:15 +12:00
Aldo Cortesi c89378047b Formalize OSX binary script a bit more. 2013-06-16 15:50:08 +12:00
Aldo Cortesi a386dff058 Remove pyinstaller specs. Add a quick-and-dirty script for building OSX binaries. 2013-06-16 15:13:28 +12:00
Aldo Cortesi 9e94fdc6db Make ready for pyinstaller. 2013-05-15 11:25:25 +12:00