Learn more about these different git repos.
Other Git URLs
Hello. I'd like to keep https://copr.fedorainfracloud.org/coprs/g/python/python3.9/ as a point of reference, but it keeps building packages via webhook. We don't need that anymore, Is it possible to disable all webhook rebuilds at once?
Thanks
If not, I'll write a script.
I can do this via manual SQL query.
coprdb=# update package set webhook_rebuild = false where copr_id = 28601; UPDATE 4643
Metadata Update from @praiskup: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Thank you!
Log in to comment on this ticket.