[DEMO] Linux native packages with repositories on GH actions and S3#224
Open
olegantonyan wants to merge 1 commit into
Open
[DEMO] Linux native packages with repositories on GH actions and S3#224olegantonyan wants to merge 1 commit into
olegantonyan wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello
I made a software that might be useful for Librum - https://omnipackage.org/
It wraps native Linux tools to make RPM&DEB packages and pushes them to repositories on S3.
For users the entrypoint could look like this - https://repositories-test.omnipackage.org/librum/install.html (static page generated after build and put in S3 along with repo files).
Choose distro, copy-paste commands and install the software. From now on they'll pick up updates from you automatically and natively through distro's package manager as if librum was in distro's standard repos.
It runs entirely in Github Actions (but not limited to). You bring own S3-compatible bucket and GPG key. The demo linked above was built in my fork (https://github.com/olegantonyan/Librum/actions/runs/27127566980) and hosted in my Cloudlflare R2 bucket (which is nice for indie repos with free egress and 10G storage, but requires custom domain).
This PR is just a demo and not supposed to be merged. If you decide to pull the trigger on it we'd need to make a few decisions and improvements, like stable vs dev builds, containers caching, distro support, small fixes to QML imports, etc. Feel free to close this PR, or give any or none feedback in general.