vgno / varnish-vmod-rpm-builder

Docker image to build RPM-packages for varnish vmods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploying .RPMs to github releases

PiotrCzapla opened this issue · comments

Hi,

I'm looking for a way to build a docker image with all vmods that are in "mature" state.
For this I woulld need to have the .rpm somewhere available on the internet. The only idea I have currently is to use github releases, and configure travis-ci on your repo to build the rpms and attach them to releases in github.

Let me know what you think.

I can configure travis on my account setup travis.yml and then create a pull request. But for that to work you will have to get an account on travis-ci and follow few simple steps to enable it.

What do you think?