fedora-infra / koschei

Continuous integration for Fedora packages
GNU General Public License v2.0
37 stars 15 forks source link

"Skip resolution" flag not cleared after build attempt #322

Closed ellert closed 3 years ago

ellert commented 3 years ago

Unlike the "Manual priority" which is reset to 0 after a build is attempted by koschei, the "Skip resolution" flag is left enabled after a build attempt.

mizdebsk commented 3 years ago

This is expected behaviour. "Skip resolution" is mostly useful for architecture-specific packages which don't build on one or more primary architectures. Koschei resolves dependencies on a single architecture, typically x86_64. Packages that can't be built on that arch can set "skip resolution" to true to bypass dependency resolution and allow submitting scratch builds to Koji.