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>2020-07-28 17:56:49 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2020-07-28 18:10:00 +0300
commit7e1c3909ebe425b9dcdb40f0c2f3a0356aa384f3 (patch)
tree1379eb1fa94750237babf98cde72aa283b1162e1
parent0f5b4cc8a67bf5d37459318e954402de2ddd1142 (diff)
Remove yselkowitz from always Bcc and error email lists
-rw-r--r--calm/common_constants.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/calm/common_constants.py b/calm/common_constants.py
index 7111dd6..fe3fcfa 100644
--- a/calm/common_constants.py
+++ b/calm/common_constants.py
@@ -36,10 +36,10 @@ HOMEDIR = '/sourceware/cygwin-staging/home'
FTP = '/var/ftp/pub/cygwin'
# logs are emailed to these addresses if any errors occurred
-EMAILS = ','.join(list(map(lambda m: m + '@sourceware.org', ['corinna', 'yselkowitz'])) + ['Stromeko@NexGo.DE'])
+EMAILS = ','.join(list(map(lambda m: m[0] + '@' + m[1], zip(['corinna', 'Stromeko'], ['sourceware.org', 'NexGo.DE']))))
# every email we send is bcc'd to these addresses
-ALWAYS_BCC = 'jturney@sourceware.org, yselkowitz@sourceware.org'
+ALWAYS_BCC = 'jturney@sourceware.org'
# these maintainers can upload orphaned packages as well
#