#1555 Please mass disable automatic rebuilds in @python/python3.9
Closed: Fixed 4 years ago by praiskup. Opened 4 years ago by churchyard.

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)

4 years ago

Log in to comment on this ticket.

Metadata