public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add change reporter for annobin
@ 2023-04-12 16:43 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2023-04-12 16:43 UTC (permalink / raw)
  To: buildbot; +Cc: Nick Clifton, Mark Wielaard

---
 builder/master.cfg | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/builder/master.cfg b/builder/master.cfg
index 5f4eb0a..7564f58 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -4687,6 +4687,15 @@ mn_gnupoke_problem = reporters.MailNotifier(
         generators=[generator_gnupoke_problem])
 c['services'].append(mn_gnupoke_problem)
 
+# 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,
+        generators=[generator_annobin])
+c['services'].append(mn_annobin)
 
 ####### PROJECT IDENTITY
 
-- 
2.39.2


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

only message in thread, other threads:[~2023-04-12 16:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-12 16:43 [PATCH] Add change reporter for annobin 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).