Skip to content

Commit

Permalink
fix: Override copr plugin config to use fedora chroot by default (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeglius authored Oct 31, 2024
1 parent 4ece702 commit 12829ea
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions sys_files/usr/share/dnf/plugins/copr.vendor.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This override is to handle the default behavior of dnf5 using ID at /etc/os-release
# to select which chroot gets used to fetch the copr repo.
#
# An example of the behavior displayed without this override in Bazzite:
# sudo dnf5 copr enable msmafra/hyprland
# https://copr.fedorainfracloud.org/api_3/rpmrepo/msmafra/hyprland/bazzite-41/ 100% | 726.0 B/s | 457.0 B | 00m01s
# Chroot not found in the given Copr project (bazzite-41-x86_64). You can choose one of the available chroots explicitly:
# fedora-40-aarch64
# fedora-40-x86_64
# fedora-41-aarch64
# fedora-41-x86_64
# fedora-rawhide-aarch64
# fedora-rawhide-x86_64
#
# See:
# https://github.com/rpm-software-management/dnf5/blob/01d4df824ff4a94ae1fc288f81923d02ba71173a/dnf5-plugins/copr_plugin/copr_config.cpp#L79-L81
# https://github.com/rpm-software-management/dnf5/blob/01d4df824ff4a94ae1fc288f81923d02ba71173a/dnf5-plugins/copr_plugin/copr_repo.cpp#L146

[main]
distribution = fedora

0 comments on commit 12829ea

Please sign in to comment.