-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Push RPM to Copr? #1800
Comments
This is a great idea, but I would prefer to add support for this to the build tool that chezmoi uses so that other projects can benefit. See https://github.com/goreleaser/goreleaser/issues/2804 for details. |
Another solution to this might be to create a flatpak, that way it could be installed on any distribution, that has flatpak. It's not uncommon for commandline tools to have flatpaks, two examples being NeoVim and MPV. One of the things I like about flatpaks is they can be installed "per user". ie |
Note that if you have installed chezmoi using an rpm package then the
I had a look at build at flatpak of chezmoi, but:
I'll add support for flatpak if/when it gets added to goreleaser/nfpm. |
That generally won't work though for immutable operating systems like Silverblue, microos. For Silverblue you want to do In this case I thought about using Toolbox, but the issue seems to be changing the hostname from "toolbox" to that of the host containers/toolbox#98. I thought about using a podman container, but had other issues doing that containers/podman-compose#395 I suppose an alternative solution might be to not use
People generally have aliases so they don't need to write
|
This is slightly off-topic, but I'm on Fedora and I'm using Homebrew to install Chezmoi, so I want to mention that as a workaround. https://docs.brew.sh/Homebrew-on-Linux It's slightly annoying to bootstrap your Chezmoi setup if you have to install Homebrew first, but I'm not sure how much more annoying it is than adding an additional Copr repo. |
If you know anything about writing source RPMs and |
FWIW I have recently submitted the package review for Chezmoi into Fedora here: https://bugzilla.redhat.com/show_bug.cgi?id=2130734 This is still at least a few weeks away as there's a couple more deps needed to be packaged. |
@anthr76, is there an update on this? |
Is your feature request related to a problem? Please describe.
Redhat has a service called Copr https://copr.fedorainfracloud.org/coprs/ (they are like Ubuntu PPAs).
Describe the solution you'd like
It would be nice if there was an official repository. The Neomutt project has one for example.
This would mean Redhat users would automatically have the latest Chezmoi instead of manually having to download the RPM or make their own repository.
The text was updated successfully, but these errors were encountered: