[sysadmin-bin] Also generate @gnome.org e-mails for staff members not being actual Foundation members
- From: Andrea Veri <averi src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] Also generate @gnome.org e-mails for staff members not being actual Foundation members
- Date: Tue, 26 Jan 2021 17:12:29 +0000 (UTC)
commit b0f2283a724131d3716e82dba0cc03c36851f87b
Author: Andrea Veri <averi redhat com>
Date: Tue Jan 26 18:12:19 2021 +0100
Also generate @gnome.org e-mails for staff members not being actual Foundation members
mail/export-mail.py | 2 +-
membership/foundation-operations.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mail/export-mail.py b/mail/export-mail.py
index f05100b..1e7783b 100755
--- a/mail/export-mail.py
+++ b/mail/export-mail.py
@@ -10,7 +10,7 @@ execfile('/home/admin/secret/freeipa_ro')
ALIASES = [
('/etc/gnome.org/src-mail/virtual', 'src.gnome.org', ('gnomecvs', 'gnomevcs')),
- ('/etc/gnome.org/master-mail/aliases', '', ('foundation', 'emeritus')),
+ ('/etc/gnome.org/master-mail/aliases', '', ('foundation', 'emeritus', 'staffmail')),
]
_cache_email = {}
diff --git a/membership/foundation-operations.py b/membership/foundation-operations.py
index 6219ec8..8e7183e 100755
--- a/membership/foundation-operations.py
+++ b/membership/foundation-operations.py
@@ -75,7 +75,7 @@ def send_renewal_emails():
def remove_expired_memberships_from_foundation():
- today = str(dt.date.today())
+ today = dt.date.today()
import dateutil.relativedelta as relativedelta
delta_2y = relativedelta.relativedelta(years=2)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]