← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~wgrant/launchpad/buildd-manager-personsettings into lp:launchpad

 

William Grant has proposed merging lp:~wgrant/launchpad/buildd-manager-personsettings into lp:launchpad.

Commit message:
Let buildd-manager read personsettings so it can send email without crashing.

Requested reviews:
  William Grant (wgrant)
Related bugs:
  Bug #1479587 in Launchpad itself: "buildd-manager can't read PersonSettings to send email"
  https://bugs.launchpad.net/launchpad/+bug/1479587

For more details, see:
https://code.launchpad.net/~wgrant/launchpad/buildd-manager-personsettings/+merge/266349

Let buildd-manager read personsettings so it can send email without crashing.
-- 
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'database/schema/security.cfg'
--- database/schema/security.cfg	2015-07-22 07:09:12 +0000
+++ database/schema/security.cfg	2015-07-30 04:11:05 +0000
@@ -972,6 +972,7 @@
 public.packagesetinclusion                    = SELECT
 public.packagesetsources                      = SELECT
 public.person                                 = SELECT
+public.personsettings                         = SELECT
 public.pocketchroot                           = SELECT, INSERT, UPDATE
 public.processor                              = SELECT
 public.product                                = SELECT


References