~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/doc/distroseries.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 18:59:36 UTC
  • mfrom: (14645.1.1 typos)
  • Revision ID: launchpad@pqm.canonical.com-20120106185936-c36ko9sfri1s2lkd
[r=bac][no-qa] Fix a slew of typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
See distroseries-publishing-lookups.txt for more information.
168
168
 
169
169
canUploadToPocket method helps us to decide if an upload is allowed or
170
 
not, according the distroseries status and the upload target pocket.
 
170
not, according to the distroseries status and the upload target pocket.
171
171
 
172
172
    >>> from lp.registry.interfaces.distribution import IDistributionSet
173
173
    >>> ubuntu = getUtility(IDistributionSet)['ubuntu']
332
332
 
333
333
Check if the attributes of an DRSPR instance for the just initialized
334
334
distroseries are sane. A DRSPR instance should filter attributes of
335
 
a SPR according the distroseries in question (practically according
336
 
what is published in this distrorelelase)
 
335
a SPR according to the distroseries in question (practically according
 
336
what is published in this distrorelease)
337
337
 
338
338
Since the initialize-from-parent procedure copies the latest
339
339
publications from the parent IDRSPR.builds should be empty, reflecting