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
=== modified file 'settings.py'
--- settings.py 2012-08-17 14:11:30 +0000
+++ settings.py 2012-10-11 08:17:18 +0000
@@ -9,7 +9,7 @@
9ROOT_DIR = os.path.split(PROJECT_ROOT)[-1]9ROOT_DIR = os.path.split(PROJECT_ROOT)[-1]
1010
11ADMINS = (11ADMINS = (
12 ('linaro-infrastructure', 'infrastructure@linaro.org'),12 ('linaro-infrastructure', 'linaro-infrastructure-errors@linaro.org'),
13)13)
1414
15MANAGERS = ADMINS15MANAGERS = ADMINS

Subscribers

People subscribed via source and target branches