← Back to team overview

launchpad-reviewers team mailing list archive

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

 

Bayard 'kit' Randel has proposed merging lp:~blr/launchpad/dont-fear-the-repr into lp:launchpad.

Commit message:
Testfix for distoseriesqueue doctest and package_diff_job integration tests.

Requested reviews:
  William Grant (wgrant): code
Related bugs:
  Bug #1461300 in Launchpad itself: "PackageDiffJob needs more informative repr"
  https://bugs.launchpad.net/launchpad/+bug/1461300

For more details, see:
https://code.launchpad.net/~blr/launchpad/dont-fear-the-repr/+merge/261338

Testfix for distoseriesqueue doctest and package_diff_job integration tests.
-- 
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'database/schema/security.cfg'
--- database/schema/security.cfg	2015-06-03 14:22:21 +0000
+++ database/schema/security.cfg	2015-06-08 02:41:57 +0000
@@ -1312,6 +1312,7 @@
 public.libraryfilecontent               = SELECT, INSERT
 public.libraryfilealias                 = SELECT, INSERT
 public.packagediff                      = SELECT, UPDATE
+public.person                           = SELECT
 public.sourcepackagename                = SELECT
 public.sourcepackagepublishinghistory   = SELECT
 public.sourcepackagerelease             = SELECT

=== modified file 'lib/lp/soyuz/doc/distroseriesqueue.txt'
--- lib/lp/soyuz/doc/distroseriesqueue.txt	2014-07-09 02:42:47 +0000
+++ lib/lp/soyuz/doc/distroseriesqueue.txt	2015-06-08 02:41:57 +0000
@@ -201,7 +201,7 @@
     i386
 
     >>> qitem.sourcepackagerelease
-    <SourcePackageRelease at ...>
+    <SourcePackageRelease mozilla-firefox ...>
 
 
 Let's check the behaviour of @cachedproperty attributes in a custom upload:


References