mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
poky-autobuild-notifier.bbclass: Remove unneeded recipients
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -19,7 +19,7 @@ def do_autobuilder_failure_report(event):
|
||||
|
||||
version = data.expand("${PN}: ${PV}-${PR}", event.data)
|
||||
|
||||
recipients = ["richard@o-hand.com", "ebassi@o-hand.com", "pippin@o-hand.com"]
|
||||
recipients = ["richard@o-hand.com"]
|
||||
COMMASPACE = ', '
|
||||
|
||||
message = email.Message.Message()
|
||||
|
||||
Reference in New Issue
Block a user