Merge lp:~jelmer/launchpad/672931-builder-permission into lp:launchpad

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merged at revision: 11893
Proposed branch: lp:~jelmer/launchpad/672931-builder-permission
Merge into: lp:launchpad
Diff against target: 10 lines (+1/-0)
1 file modified
database/schema/security.cfg (+1/-0)
To merge this branch: bzr merge lp:~jelmer/launchpad/672931-builder-permission
Reviewer Review Type Date Requested Status
Robert Collins (community) Approve
Jelmer Vernooij (community) Approve
Review via email: mp+40413@code.launchpad.net

Commit message

Give archiveuploader read access to the builder table.

Description of the change

When errors occur during the uploading stage the uploader sometimes crashes because it can't access the builder table. This branch gives it that access.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

trivial change, I briefly discussed the change with bigjools.

review: Approve (code)
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve
Revision history for this message
Robert Collins (lifeless) wrote :

Be sure to include it on LPS unusual deployment requirements.

Revision history for this message
Robert Collins (lifeless) wrote :

Postreview tick.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'database/schema/security.cfg'
2--- database/schema/security.cfg 2010-10-25 20:34:14 +0000
3+++ database/schema/security.cfg 2010-11-09 11:18:49 +0000
4@@ -1204,6 +1204,7 @@
5 public.sourcepackagerecipebuildjob = SELECT, UPDATE
6 public.sourcepackagerecipe = SELECT, UPDATE
7 public.buildqueue = SELECT, INSERT, UPDATE
8+public.builder = SELECT
9 public.job = SELECT, INSERT, UPDATE
10 public.buildpackagejob = SELECT, INSERT, UPDATE
11