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:
Diffstat (limited to 'calm/common_constants.py')
-rw-r--r--calm/common_constants.py11
1 files changed, 8 insertions, 3 deletions
diff --git a/calm/common_constants.py b/calm/common_constants.py
index cc43009..fb7cdc3 100644
--- a/calm/common_constants.py
+++ b/calm/common_constants.py
@@ -44,17 +44,22 @@ EMAILS = ','.join(list(map(lambda m: m[0] + '@' + m[1], zip(['corinna', 'Stromek
# every email we send is bcc'd to these addresses
ALWAYS_BCC = 'jturney@sourceware.org'
-# these maintainers can upload orphaned packages as well
+# these maintainers are 'trusted'
+#
+# they can:
+# - git push to any package repo
+# - upload any package
+# - untest any package
+# - vault any package
#
# (these people have sourceware shell access and cygwin group membership, so
# they can do whatever they like directly, anyhow)
-ORPHANMAINT = '/'.join([
+TRUSTEDMAINT = '/'.join([
'Corinna Vinschen',
'Eric Blake',
'Jon Turney',
'Ken Brown',
'Marco Atzeri',
- 'Yaakov Selkowitz',
])
# architectures we support