From 988fe3e9e152f442b43f68de46ff4fe3957be4a6 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Mon, 8 Feb 2016 14:35:57 +0100 Subject: [PATCH] patchupdate.py: Add an additional default CC contact. --- staging/patchupdate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/patchupdate.py b/staging/patchupdate.py index be325dc3..0bd3396b 100755 --- a/staging/patchupdate.py +++ b/staging/patchupdate.py @@ -63,7 +63,7 @@ class config(object): bugtracker_url = "https://bugs.winehq.org/xmlrpc.cgi" bugtracker_defaultcc = ["michael@fds-team.de", "sebastian@fds-team.de", - "erich.e.hoover@wine-staging.com"] + "erich.e.hoover@wine-staging.com", "dmitry@baikal.ru"] bugtracker_user = None bugtracker_pass = None