using the koji CLI's wrapper-rpm command, rather than requesting a new repo when one isn't ready it simply terminates with an error.
wrapper-rpm
eg.
[cobrien@spmm-util product-conf-parent]$ koji version Client: 1.35.0 Hub: 1.35.0 [cobrien@spmm-util product-conf-parent]$ koji wrapper-rpm --scratch product-8.0-rhel-8-candidate org.product.component-1.0.0-1 git+ssh://git.company.com/rpms/product-conf-parent#product-8.0-rhel-8 2024-11-19 14:06:34,303 [ERROR] koji: PreBuildError: no repo for tag: product-8.0-rhel-8-build
Metadata Update from @mikem: - Custom field Size adjusted to None - Issue priority set to: High (was: Normal) - Issue set to the milestone: 1.35.2 - Issue tagged with: bug
workaround is to run koji request-repo for the tag first
koji request-repo
Metadata Update from @tkopecek: - Issue tagged with: testing-ready
Metadata Update from @mfilip: - Issue tagged with: testing-done
Commit 2634e190 fixes this issue
Commit d18aacfc fixes this issue
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/4266
Please continue any further discussion there.