Merge lp:~xnox/ubuntu-archive-scripts/no-pitti into lp:ubuntu-archive-scripts

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: 274
Proposed branch: lp:~xnox/ubuntu-archive-scripts/no-pitti
Merge into: lp:ubuntu-archive-scripts
Diff against target: 10 lines (+1/-1)
1 file modified
process-component-mismatches-diff (+1/-1)
To merge this branch: bzr merge lp:~xnox/ubuntu-archive-scripts/no-pitti
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
Review via email: mp+380540@code.launchpad.net

Commit message

No more emails from pitti.

Use <email address hidden> like the archive reject emails, etc.

To post a comment you must log in.
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Oh, so sad...

review: Approve
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

So i don't see any emails from components-mismatches from <email address hidden> in the ubuntu-release mailing list.

Can somebody please check ubuntu-release mailing list moderation queue?

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'process-component-mismatches-diff'
2--- process-component-mismatches-diff 2012-11-12 00:20:43 +0000
3+++ process-component-mismatches-diff 2020-03-11 11:24:25 +0000
4@@ -105,5 +105,5 @@
5 for addr in addrs:
6 s = smtplib.SMTP()
7 s.connect()
8- s.sendmail('martin.pitt@ubuntu.com', addr, msgstr)
9+ s.sendmail('archive@ubuntu.com', addr, msgstr)
10 s.quit()

Subscribers

People subscribed via source and target branches