public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] annobin now has a mailinglist, use it for the MailNotifier
@ 2024-02-19 13:10 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2024-02-19 13:10 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

---
 builder/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index aa74768..be75e7a 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -5254,12 +5254,12 @@ mn_poke_snapshot_change = reporters.MailNotifier(
 c['services'].append(mn_poke_snapshot_change)
 
 # Change reporter for annobin (for the whole set).
-# Note annobin doesn't have a mailinglist, just sent to interested users.
 generator_annobin = reporters.BuildSetStatusGenerator(
         mode=('change',), tags=['annobin'])
 mn_annobin = reporters.MailNotifier(
         fromaddr="builder@sourceware.org",
         sendToInterestedUsers=True,
+        extraRecipients=['annobin@sourceware.org'],
         generators=[generator_annobin])
 c['services'].append(mn_annobin)
 
-- 
2.43.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-19 13:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-19 13:10 [COMMITTED] annobin now has a mailinglist, use it for the MailNotifier Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).