#1972 Please mass disable automatic rebuilds in @python/python3.10
Closed: Fixed 3 years ago by praiskup. Opened 3 years ago by churchyard.

Hello. We'd like to keep https://copr.fedorainfracloud.org/coprs/g/python/python3.10/ as a point of reference, but it keeps building packages via webhooks. We don't need that anymore, could you please disable all webhook rebuilds at once via a database query as you did in #1555?

Thanks

cc @thrnciar


Done:

coprdb=# update package set webhook_rebuild = false where copr_id = 35923;
UPDATE 5547

Metadata Update from @praiskup:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

3 years ago

Log in to comment on this ticket.

Metadata