Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1266063 - send e-mail when a release changes from read only to read write #81

Merged
merged 2 commits into from
May 24, 2016

Conversation

nurav
Copy link
Contributor

@nurav nurav commented May 18, 2016

No description provided.

@@ -1304,10 +1304,35 @@ def __repr__(self):
return self.__str__()


def make_change_notifier(relayhost, port, username, password, to_addr, from_addr):
def send_email(relayhost, port, username, password, to_addr, from_addr, table, subj,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work refactoring this to reduce duplication.

@bhearsum
Copy link
Contributor

We talked on IRC a bit about this. Varun pointed out that the existing e-mail notifiers do a select(), so we're not going to be blocking on that. Given that, and the most recent change that adjusts this to only notify when releases are going back to rw, this looks good to me!

@bhearsum bhearsum merged commit 4550388 into mozilla-releng:master May 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants