Skip Failing COPR Packages?

I have a QT style that I install from a copr (deltacopy/darkly) but it just got screwed up by the 6.3 release of Plasma. I know the --skip-broken flag exists in dnf but I'm not sure how I would achieve the same behavior in BlueBuild.
2 Replies
fiftydinar
fiftydinar2w ago
We are working on dnf module, which will provide this option. rpm-ostree doesn't support this option unfortunately. Meanwhile, you can try to use the script just for this case & manually call dnf, or try the experimental dnf module by setting
- type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module
- type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module
Remember to delete the source: when dnf module gets officially merged. We will likely make an announcement when that happens.
Luke Skywunker
Also that since the dnf module is in active development, you may run into issues (though I think I have it in a good state at this point)

Did you find this page helpful?