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
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
Remember to delete the source:
when dnf
module gets officially merged.
We will likely make an announcement when that happens.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)