mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00: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)
|
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 = ', '
|
COMMASPACE = ', '
|
||||||
|
|
||||||
message = email.Message.Message()
|
message = email.Message.Message()
|
||||||
|
|||||||
Reference in New Issue
Block a user