From a520919a8782f90a4dbdaeffcf1c35e3585f8aec Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Sun, 12 Mar 2023 12:38:39 +0000 Subject: Revise trusted maintainer list Drop Eric Blake as inactive Add Achim Gratz --- calm/common_constants.py | 2 +- test/testdata/gitolite/package-repos.conf.expected | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/calm/common_constants.py b/calm/common_constants.py index fb7cdc3..29b719b 100644 --- a/calm/common_constants.py +++ b/calm/common_constants.py @@ -55,8 +55,8 @@ ALWAYS_BCC = 'jturney@sourceware.org' # (these people have sourceware shell access and cygwin group membership, so # they can do whatever they like directly, anyhow) TRUSTEDMAINT = '/'.join([ + 'Achim Gratz', 'Corinna Vinschen', - 'Eric Blake', 'Jon Turney', 'Ken Brown', 'Marco Atzeri', diff --git a/test/testdata/gitolite/package-repos.conf.expected b/test/testdata/gitolite/package-repos.conf.expected index c7b0367..6b79a85 100644 --- a/test/testdata/gitolite/package-repos.conf.expected +++ b/test/testdata/gitolite/package-repos.conf.expected @@ -1,6 +1,6 @@ ('# automatically generated by mkgitoliteconf\n' '\n' - '@leads = Corinna_Vinschen Eric_Blake Jon_Turney Ken_Brown Marco_Atzeri\n' + '@leads = Achim_Gratz Corinna_Vinschen Jon_Turney Ken_Brown Marco_Atzeri\n' '\n' 'repo @all\n' ' RW = @leads\n' -- cgit v1.2.3