~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/distroarchseriesbinarypackage.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-25 06:18:33 UTC
  • mfrom: (13757.2.5 dspc-out-of-distro)
  • Revision ID: launchpad@pqm.canonical.com-20110825061833-gh16x76cuq2xjix1
[r=sinzui][no-qa] Move DistroSeriesPackageCache maintenance methods
 out of DistroSeries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
  DEBUG Considering source 'pmount'
210
210
  ...
211
211
 
212
 
  >>> warty.updateCompletePackageCache(
213
 
  ...    archive=cprov.archive, ztm=LaunchpadZopelessLayer.txn,
 
212
  >>> from lp.soyuz.model.distroseriespackagecache import (
 
213
  ...     DistroSeriesPackageCache)
 
214
  >>> DistroSeriesPackageCache.updateAll(
 
215
  ...    warty, archive=cprov.archive, ztm=LaunchpadZopelessLayer.txn,
214
216
  ...    log=FakeLogger())
215
217
  DEBUG Considering binary 'mozilla-firefox'
216
218
  ...