Replies: 4 comments 1 reply
-
Not a bad idea! I'm open to it, depending how my progress on a PPA goes. I think I'd prefer to do a PPA if I can make it work. If I can't get it working (for #9 or other reasons), I'd be interested in both simplifying the .deb build here (using dpkg-deb, fpm, nfpm, or another simpler solution instead of debuild) and finding a non-PPA repo solution (like that apt repo action or similar). I didn't know about nfpm or that apt-repo-action before, thanks for the idea! |
Beta Was this translation helpful? Give feedback.
-
Jip, PPA sounds good. I'd prefer that too, but in the past i struggled to set it up properly 😄 ALso, Cloudsmith allows free repos for open source projects, which i'm using in another project w/ huge artifacts. |
Beta Was this translation helpful? Give feedback.
-
Nice, I think I like the Cloudsmith idea better if I can't get the PPA working! |
Beta Was this translation helpful? Give feedback.
-
I looked into Cloudsmith. It's an interesting option but might not be possible -- specifically due to these rules:
All of these are at best a gray area for us.
I also looked closer at the GitHub Pages Apt Action. It's a very cool approach, but looks like it can't easily support hosting artifacts for multiple distributions/codenames (jammy/noble/oracular)? Ideally, I'd like to find some kind of free or open source hosting solution where we can just push up our binary .deb packages that we built ourselves. |
Beta Was this translation helpful? Give feedback.
-
Just discovered your project after i came up with my own repo 😂 (not fiddling w/ debian manifests, simply using nfpm)
However, if you still want to use Github Actions to build packages and put it into a repo, you might use Github pages w/ https://github.com/morph027/apt-repo-action
Beta Was this translation helpful? Give feedback.
All reactions