~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-08 15:27:40 UTC
  • mfrom: (13168.2.2 reorder-createqueue-params)
  • Revision ID: launchpad@pqm.canonical.com-20110608152740-m91629fwdomjry1d
[r=julian-edwards][no-qa] Re-order parameters on
 IDistroSeries.createQueueEntry so changesfiles can be optional

Show diffs side-by-side

added added

removed removed

Lines of Context:
782
782
        DistroSeriesBinaryPackage objects that match the given text.
783
783
        """
784
784
 
785
 
    def createQueueEntry(pocket, changesfilename, changesfilecontent,
786
 
                         archive, signingkey=None, package_copy_job=None):
 
785
    def createQueueEntry(pocket, archive, changesfilename, changesfilecontent,
 
786
                         signingkey=None, package_copy_job=None):
787
787
        """Create a queue item attached to this distroseries.
788
788
 
789
789
        Create a new records respecting the given pocket and archive.