On Wed, Feb 9, 2022 at 5:38 AM Dan van der Ster <dvanders@xxxxxxxxx> wrote: > We're trying to reproduce the Stream 9 builds in our koji at CERN. > Do you have an update on when the deps in copr will be added to EPEL 9? > > (just started -- noticed that xmlstarlet is still missing). Hi Dan, No, I haven't done any more work on this recently. Can you add this copr as an external repo to koji in the meantime? With koji-ansible the playbook would look something like this: - name: ceph el9 external repo koji_external_repo: name: ceph-el9-copr url: https://download.copr.fedorainfracloud.org/results/ceph/el9/centos-stream-9-$arch/ - name: Add ceph-el9-build tag koji_tag: name: ceph-el9-build arches: x86_64 inheritance: - parent: ceph-el9 priority: 0 external_repos: - repo: ceph-el9-copr priority: 0 [ ... more config here ...] - Ken _______________________________________________ Dev mailing list -- dev@xxxxxxx To unsubscribe send an email to dev-leave@xxxxxxx