[sysadmin-bin] Drop refs of release-team mailing lists (https://gitlab.gnome.org/Infrastructure/Infrastructure/-/is



commit c9851122a0efe2e18c1ae1bd9d10a511e1009878
Author: Andrea Veri <averi redhat com>
Date:   Mon Aug 31 14:58:18 2020 +0200

    Drop refs of release-team mailing lists 
(https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/407)

 ftpadmin                     | 2 +-
 git/gnome-post-receive-email | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/ftpadmin b/ftpadmin
index a5ff2a1..e9fc2a9 100755
--- a/ftpadmin
+++ b/ftpadmin
@@ -1281,7 +1281,7 @@ Install %s? [Y/n]""" % self.module,
         to = "FTP Releases <ftp-release-list gnome org>"
         smtp_to = ['%s src gnome org' % maint for maint in self.moduleinfo.maintainers]
         if not smtp_to:
-            smtp_to = ['release-team gnome org']
+            smtp_to = []
         smtp_to.append('ftp-release-list gnome org')
         retcode = self._send_email(mail.read(), subject, to, smtp_to, headers)
         print ", done"
diff --git a/git/gnome-post-receive-email b/git/gnome-post-receive-email
index cff1a54..a21638d 100755
--- a/git/gnome-post-receive-email
+++ b/git/gnome-post-receive-email
@@ -398,7 +398,6 @@ class BranchCreation(BranchChange):
         # Inform required parties in case of official branch creation
         if re.match(r'gnome-[0-9]+-[0-9]+$', self.short_refname):
             self.cc.update((
-                'release-team gnome org',
                 'gnome-i18n gnome org',
                 '%s src gnome org' % user_entry
             ))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]