Dnf module: COPR chroot is not applied correctly #68
-
|
I am trying to fiddle with Bluefin LTS, which is based on CentOS 10. I've used my recipe for Fedora-based Bluefin, and run into a couple of issues. Here's snippet of recipe: Here I set chroot to fedora-42 because project doesn't have one for epel-10. I get this error: Note that it tries to download fedora-10-x86_64. As if 42 got replaced by OS version. Am I missing something in the syntax? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I have no idea what this could be. The code doesn't look to be doing any replacing: https://github.com/blue-build/modules/blob/46020bac9d2d4942ece9440cd51149deb0fbd938/modules/dnf/dnf.nu#L315 Made an issue: blue-build/modules#471 |
Beta Was this translation helpful? Give feedback.
-
|
Appears to be a bug in either dnf, dnf-plugins-core or something more arcane in Centos 10. As temporary solution, after adding repo set baseurl directly, e.g. |
Beta Was this translation helpful? Give feedback.
Appears to be a bug in either dnf, dnf-plugins-core or something more arcane in Centos 10.
As temporary solution, after adding repo set baseurl directly, e.g.
dnf config-manager --save --setopt=*.baseurl=https://download.copr.fedorainfracloud.org/results/scottames/ghostty/fedora-42-x86_64/ copr:copr.fedorainfracloud.org:scottames:ghostty