[DEMO] Linux native packages with repositories on GH actions and S3#1069
Open
olegantonyan wants to merge 3 commits into
Open
[DEMO] Linux native packages with repositories on GH actions and S3#1069olegantonyan wants to merge 3 commits into
olegantonyan wants to merge 3 commits 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 NotepadNext - https://omnipackage.org
It wraps native Linux tools to make RPM&DEB packages and manages repositories on S3.
For users the entrypoint could look like this - https://repositories-test.omnipackage.org/notepadnext/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 notepadnext was in distro's standard repos.
It runs entirely in Github Actions (but not limited to - it's just a CLI that needs Linux with containers). You bring own S3-compatible bucket and GPG key. The demo linked above was built in my fork (https://github.com/olegantonyan/NotepadNext/actions/runs/26813366189) 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, etc. Feel free to close this PR, or give any or none feedback in general.