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
Loading
Please register or sign in to comment