Hello, FESCo has approved the following:
Hence, I am opening this ticket, to ask just that.
If neither is possible, let me know and we'll figure out the next best thing.
Thanks.
No particular deadline.
Metadata Update from @pingou: - Issue assigned to pingou
Is it possible to mass disable the "Block Un-Signed commits" hook in dist-git? If it is, please do so.
Pretty sure that's doable directly via the DB. Would you have by any chances a project that turned on that setting?
Is it possible to not allow maintainers to re-enable it or to remove the hook from src.fp.o entirely? If it is, please do so.
This is a simple configuration change to push out.
Metadata Update from @pingou: - Issue priority set to: Waiting on Assignee (was: Needs Review) - Issue tagged with: high-gain, medium-trouble, ops
Commit 9d4f6c76 relates to this ticket
Is it possible to mass disable the "Block Un-Signed commits" hook in dist-git? If it is, please do so. Pretty sure that's doable directly via the DB. Would you have by any chances a project that turned on that setting?
Database side, I only see two (which seems unactive):
pagure=# select * from hook_pagure_unsigned_commit; id | project_id | active ----+------------+-------- 3 | 7809 | f 4 | 24685 | f (2 rows) pagure=# select name, namespace from projects where id in (7809,24685); name | namespace ------------------+----------- plexus-languages | rpms knot-resolver | rpms
Would you have by any chances a project that turned on that setting?
Unfortunately not any more.
Alright, I've cleared the hook_pagure_unsigned_commit table.
hook_pagure_unsigned_commit
The git hook has been disabled as well so, this should be all done now :)
Please re-open if you see any problem.
Thanks!
Metadata Update from @pingou: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Thanks for such a fast response!
Log in to comment on this ticket.