~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/distroseries.py

  • Committer: Raphael Badin
  • Date: 2011-08-11 14:47:01 UTC
  • mto: This revision was merged to the branch mainline in revision 13714.
  • Revision ID: raphael.badin@canonical.com-20110811144701-3q694t8a7f252h86
Expand IDS checks to the pockets copied, limit IDS checks to the architectures copied.

Show diffs side-by-side

added added

removed removed

Lines of Context:
541
541
        :param created_since_date: If specified, only returns items uploaded
542
542
            since the timestamp supplied.
543
543
        :param archive: Filter results for this `IArchive`.
544
 
        :param pocket: Filter results by this `PackagePublishingPocket`.
 
544
        :param pocket: Filter results by this `PackagePublishingPocket` or a
 
545
            list of `PackagePublishingPocket`.
545
546
        :param custom_type: Filter results by this
546
547
            `PackageUploadCustomFormat`.
547
548
        :param name: Filter results by this file name or package name.