Merge lp:~blr/launchpad/dont-fear-the-repr into lp:launchpad

Proposed by Kit Randel
Status: Merged
Approved by: Kit Randel
Approved revision: no longer in the source branch.
Merged at revision: 17551
Proposed branch: lp:~blr/launchpad/dont-fear-the-repr
Merge into: lp:launchpad
Diff against target: 24 lines (+2/-1)
2 files modified
database/schema/security.cfg (+1/-0)
lib/lp/soyuz/doc/distroseriesqueue.txt (+1/-1)
To merge this branch: bzr merge lp:~blr/launchpad/dont-fear-the-repr
Reviewer Review Type Date Requested Status
William Grant code Approve
Review via email: mp+261338@code.launchpad.net

Commit message

Testfix for distoseriesqueue doctest and package_diff_job integration tests.

Description of the change

Testfix for distoseriesqueue doctest and package_diff_job integration tests.

To post a comment you must log in.
Revision history for this message
William Grant (wgrant) :
review: Approve (code)

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 2015-06-03 14:22:21 +0000
3+++ database/schema/security.cfg 2015-06-08 02:41:57 +0000
4@@ -1312,6 +1312,7 @@
5 public.libraryfilecontent = SELECT, INSERT
6 public.libraryfilealias = SELECT, INSERT
7 public.packagediff = SELECT, UPDATE
8+public.person = SELECT
9 public.sourcepackagename = SELECT
10 public.sourcepackagepublishinghistory = SELECT
11 public.sourcepackagerelease = SELECT
12
13=== modified file 'lib/lp/soyuz/doc/distroseriesqueue.txt'
14--- lib/lp/soyuz/doc/distroseriesqueue.txt 2014-07-09 02:42:47 +0000
15+++ lib/lp/soyuz/doc/distroseriesqueue.txt 2015-06-08 02:41:57 +0000
16@@ -201,7 +201,7 @@
17 i386
18
19 >>> qitem.sourcepackagerelease
20- <SourcePackageRelease at ...>
21+ <SourcePackageRelease mozilla-firefox ...>
22
23
24 Let's check the behaviour of @cachedproperty attributes in a custom upload: