Skip to content

Add support for pre-empting certain packages

Stephen Gallagher requested to merge sgallagher/distrobuildsync:preempt into main

Some packages need a stronger guarantee that they are built before others when we're processing a batch. The most prevalent examples are llvm and ocaml, both of which cannot tag in the Fedora builds because they internally encode certain build information.

Signed-off-by: Stephen Gallagher sgallagh@redhat.com

Merge request reports