[sysadmin/repo-management] hooks: Whitelist Alex Merry's email address as his domain has expired, which means all his old historic commits are now rejected by the audit checks
Ben Cooksley <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 08f66398273aacb1a170557376639bb8065dea6c by Ben Cooksley. Committed on 03/08/2026 at 09:46. Pushed by bcooksley into branch 'master'. Whitelist Alex Merry's email address as his domain has expired, which means all his old historic commits are now rejected by the audit checks Ref T18783 M +2 -1 hooks/invent.pre-receive https://invent.kde.org/sysadmin/repo-management/-/commit/08f66398273aacb1a170557376639bb8065dea6c diff --git a/hooks/invent.pre-receive b/hooks/invent.pre-receive index 9bb2e94..e95545b 100755 --- a/hooks/invent.pre-receive +++ b/hooks/invent.pre-receive @@ -132,7 +132,8 @@ email_domains_blocked = [ # These email addresses will be explicitly accepted even though A/MX/etc records don't exist # This should only be a temporary measure for when an established contributor has their personal domain expire and they have to work it out with their registrar email_addresses_allowed = [ - '[email protected]' + '[email protected]', + '[email protected]', ] # These users maintain the copies of the translations or otherwise need to commit to them in our repositories and are therefore allowed to commit to translation directories