On Thu, Nov 14, 2019 at 5:17 AM Florian Weimer <[email protected]> wrote: > > Is it possible to teach Koji to build packages for the same > architectures twice, with slightly different buildroots? The buildroots > would have different %dist macro definitions, and as a result the binary > packages would have distinct NEVRAs.
You'd need to write some client tooling to submit two different "build" RPCs to the hub. If you want to do it server-side, an alternative would be to write a Koji hub plugin that either hooks into Koji's main "build" method, or implements an entirely new RPC like "buildMulti" or something and accepts a list of build target names. If you're just experimenting, it would be a good idea to start with a client-side implementation. - Ken _______________________________________________ buildsys mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
