Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2023-03-12 15:38:39 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2023-03-12 16:08:39 +0300
commita520919a8782f90a4dbdaeffcf1c35e3585f8aec (patch)
treefd5ab469c42bd60e89757f8b8cdf5564023962d7
parent39c65716475ea07adfd4fccf5dc80a5b28110eec (diff)
Revise trusted maintainer list
Drop Eric Blake as inactive Add Achim Gratz
-rw-r--r--calm/common_constants.py2
-rw-r--r--test/testdata/gitolite/package-repos.conf.expected2
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'