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`.
This commit is contained in:
2019-03-22 09:50:57 -05:00
parent 2265dd235b
commit c8d6bae093
5 changed files with 52 additions and 0 deletions

3
hosts
View File

@@ -117,3 +117,6 @@ zbx0.pyrocufflink.blue
pyrocufflink
[vm-hosts]
[wheelhost]
file0.pyrocufflink.blue