Closed boredsquirrel closed 1 year ago
I think the best way to solve this would be to have support for a copr
-like sub-command in rpm-ostree
, rather than a custom script that the Silverblue folks would have to maintain.
There have been various issues on the rpm-ostree
repo that touch upon this;
https://github.com/coreos/rpm-ostree/issues/1443 https://github.com/coreos/rpm-ostree/issues/1176 https://github.com/coreos/rpm-ostree/issues/405
The current thinking looks like it is leaning towards using ostree native containers to address this problem.
Alternatively, you can just copy the .repo
file to /etc/yum.repos.d/
from the Copr page you are interested in.
Okay interesting, thanks for the links.
Yes this is what the script does, but automatically. Copying to a root location doesnt work in a nice and user-friendly way.
This script is not really hard to maintain if there are no changes in how COPR works (Github maybe?). All it does is download the correct .repo file to that location.
As @miabbott said, this would need to be included in rpm-ostree and the related discussions are linked above. Closing.
Is your feature request related to a problem? Please describe. COPR repos can be used normally on Silverblue/Kinoite. I dont know if there are issues with updates though.
Describe the solution you'd like Here is a way to add the command manually (copied from some deleted post):
Usage works normally with
sudo copr enable x/x
Describe alternatives you've considered Adding this command manually