Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-12 | [pkg] remove unneeded dirspec exceptions | drebs | |
2016-07-12 | [refactor] remove u1db dep from support code | drebs | |
2015-08-03 | [feat] use wheels to install dependencies | Parménides GV | |
generate_wheels uses $WHEELHOUSE to generate and store the wheels for requirements.pip and requirements-testing.pip (if it exists). pip_install_requirements.sh installs requirements.pip from them if possible (if not, then it fetches them from pypi) or, if passed the --testing flag, it installs requirements-testing.pip. Related: #7327 |