mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-08-07 13:44:05 +00:00
email: be From the 'Ubuntu Release Team'
This commit is contained in:
parent
d66116d809
commit
d9887d320e
@ -163,7 +163,7 @@ class EmailPolicy(BasePolicy, Rest):
|
|||||||
msg = MIMEText(MESSAGE_BODY.format(**locals()))
|
msg = MIMEText(MESSAGE_BODY.format(**locals()))
|
||||||
msg['X-Proposed-Migration'] = 'notice'
|
msg['X-Proposed-Migration'] = 'notice'
|
||||||
msg['Subject'] = '[proposed-migration] {} {} stuck in {}-proposed'.format(source_name, version, series)
|
msg['Subject'] = '[proposed-migration] {} {} stuck in {}-proposed'.format(source_name, version, series)
|
||||||
msg['From'] = 'noreply@canonical.com'
|
msg['From'] = 'Ubuntu Release Team <noreply@canonical.com>'
|
||||||
emails = self.lp_get_emails(source_name, version)
|
emails = self.lp_get_emails(source_name, version)
|
||||||
if emails:
|
if emails:
|
||||||
msg['To'] = ', '.join(emails)
|
msg['To'] = ', '.join(emails)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user