[releng] Send mails to Discourse
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [releng] Send mails to Discourse
- Date: Mon, 22 Aug 2022 14:13:02 +0000 (UTC)
commit 5611667db6da9499195e89dc0e6aa703ce777729
Author: Michael Catanzaro <mcatanzaro redhat com>
Date: Mon Aug 22 09:12:27 2022 -0500
Send mails to Discourse
Mailman is going to be decommissioned, so can't send to mailing lists
anymore.
tools/schedule/automail.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tools/schedule/automail.py b/tools/schedule/automail.py
index 6fc6351..c951854 100755
--- a/tools/schedule/automail.py
+++ b/tools/schedule/automail.py
@@ -21,7 +21,7 @@ https://gitlab.gnome.org/GNOME/releng/-/blob/master/tools/schedule/automail.py""
def mail_events(events):
if not events: return # sanity check
- mail = 'devel-announce-list gnome org'
+ mail = 'desktop discourse gnome org'
subject = ""
tasks = [event for event in events if event.category in cat_task]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]