dd010101 / vyos-jenkins

How build packages from VyOS stable branches (1.3 equuleus/1.4 sagitta) with Jenkins (and then build ISO from them)
87 stars 28 forks source link

Using github.io as a repo to store the packages #9

Closed GurliGebis closed 4 months ago

GurliGebis commented 4 months ago

It looks like it is possible to use github.io to store a debian repository. (Example here: https://github.com/adelolmo/adelolmo.github.io)

Would it be an idea to do that - that way we can use it to make the packages available publicly, without having to worry about bandwidth costs?

dd010101 commented 4 months ago

I don't see what would stop you from doing that. The resulting packages are just static files on webserver so there is basically no requirement - you can host them anywhere where you can host static files.

The github hosting has issue though since it's intended for small static sites thus they have limitations in place to avoid abuse via other unwanted use cases. I suspect it will work until you hit these limitations.

GurliGebis commented 4 months ago

I see, in that case, it isn't a good idea 🙂