Merge lp:~gesha/linaro-license-protection/change-admin-email into lp:~linaro-automation/linaro-license-protection/trunk

Proposed by Georgy Redkozubov
Status: Merged
Approved by: Milo Casagrande
Approved revision: 130
Merged at revision: 130
Proposed branch: lp:~gesha/linaro-license-protection/change-admin-email
Merge into: lp:~linaro-automation/linaro-license-protection/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
settings.py (+1/-1)
To merge this branch: bzr merge lp:~gesha/linaro-license-protection/change-admin-email
Reviewer Review Type Date Requested Status
Stevan Radaković Approve
Review via email: mp+129112@code.launchpad.net

Description of the change

This branch changes site admin email to <email address hidden> since there are sent only errors and they should be sent to <email address hidden>

To post a comment you must log in.
Revision history for this message
Stevan Radaković (stevanr) wrote :

Thanks Georgy.
Approve +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'settings.py'
2--- settings.py 2012-08-17 14:11:30 +0000
3+++ settings.py 2012-10-11 08:17:18 +0000
4@@ -9,7 +9,7 @@
5 ROOT_DIR = os.path.split(PROJECT_ROOT)[-1]
6
7 ADMINS = (
8- ('linaro-infrastructure', 'infrastructure@linaro.org'),
9+ ('linaro-infrastructure', 'linaro-infrastructure-errors@linaro.org'),
10 )
11
12 MANAGERS = ADMINS

Subscribers

People subscribed via source and target branches