Skip to content
Commit 59846469 authored by Ben Cooksley's avatar Ben Cooksley
Browse files

Implement a more permanent solution to known bad commits that end up in our repositories.

This whitelists them across all of our repositories.

Prior to the move to Gitlab an exception would only be needed once to fix the original repository, but with Gitlab we now have forks of repositories.
This means that the hooks will be seeing bad commits again and again as people update their forks - making one off exceptions a non-scalable solution to the issue.

While having the list within the hooks themselves is not ideal, it should only be needed in rare and exceptional circumstances such as this one.
It is still of great concern that some of these commits made it into our repositories past when the initial block was implemented, but hopefully the changes done more recently have corrected any potential weaknesses in our systems there..

CCMAIL: plasma-devel@kde.org
CCMAIL: kde-devel@kde.org
parent 9b0252c7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment