Files
configpolicy/roles
Dustin C. Hatch c8d6bae093 wheelhost: Publish wheels built by Jenkins
The point of the "wheel host" is to serve as a repository of Python
packages (wheels) built by Jenkins for consumption by `pip` et al. For
applications and libraries that do not provide all of their dependencies
as binary packages, this makes a convenient way to install them without
requiring all of the build tools and dependencies on the destination
machine.

The idea here is that a Jenkins job runs `pip wheel` for a distribution
package name or `requirements.txt` file and then uploads the resulting
wheel files using `rsync`. Apache is configured to serve the upload
directory with an index compatible with `pip`'s `--find-links`.
2019-03-22 10:19:27 -05:00
..
2018-08-08 21:38:56 -05:00
2018-07-23 17:35:10 -05:00
2018-04-08 10:11:43 -05:00
2018-06-06 21:44:28 -05:00
2019-03-22 09:29:56 -05:00