Merge lp:~seb128/ubuntu-archive-scripts/report-team-email into lp:ubuntu-archive-scripts

Proposed by Sebastien Bacher
Status: Merged
Merged at revision: 311
Proposed branch: lp:~seb128/ubuntu-archive-scripts/report-team-email
Merge into: lp:ubuntu-archive-scripts
Diff against target: 11 lines (+1/-1)
1 file modified
process-component-mismatches-diff (+1/-1)
To merge this branch: bzr merge lp:~seb128/ubuntu-archive-scripts/report-team-email
Reviewer Review Type Date Requested Status
Iain Lane Approve
Review via email: mp+395129@code.launchpad.net

Commit message

Use the team address for report emails

Description of the change

Trivial change but it doesn't feel like to have the email generated with an individual as contact, especially that Martin is probably the wrong person to contact for those reports nowadays (hopefully the email system isn't limited to whilelisted addresses?)

To post a comment you must log in.
Revision history for this message
Iain Lane (laney) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'process-component-mismatches-diff'
--- process-component-mismatches-diff 2020-03-11 11:14:07 +0000
+++ process-component-mismatches-diff 2020-12-10 09:27:49 +0000
@@ -98,7 +98,7 @@
98addrs = ['ubuntu-release@lists.ubuntu.com']98addrs = ['ubuntu-release@lists.ubuntu.com']
99msg = MIMEText(r)99msg = MIMEText(r)
100msg['Subject'] = 'New component-mismatches for source universe -> main'100msg['Subject'] = 'New component-mismatches for source universe -> main'
101msg['From'] = 'process-component-mismatches-diff <martin.pitt@ubuntu.com>'101msg['From'] = 'process-component-mismatches-diff <ubuntu-release@lists.ubuntu.com>'
102msg['To'] = ', '.join(addrs)102msg['To'] = ', '.join(addrs)
103msgstr = msg.as_string()103msgstr = msg.as_string()
104104

Subscribers

People subscribed via source and target branches