~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • 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:
734
734
 
735
735
  >>> candidate_queue = breezy_autotest.createQueueEntry(
736
736
  ...     PackagePublishingPocket.RELEASE,
737
 
  ...     'pmount_0.1-1_source.changes', 'some content',
738
 
  ...     breezy_autotest.main_archive)
 
737
  ...     breezy_autotest.main_archive,
 
738
  ...     'pmount_0.1-1_source.changes', 'some content')
739
739
  >>> matching_pmount = pmount.getVersion('0.1-1')
740
740
  >>> unused = candidate_queue.addSource(
741
741
  ...     matching_pmount.sourcepackagerelease)
1075
1075
   True
1076
1076
 
1077
1077
   >>> normal_upload = breezy_autotest.createQueueEntry(
1078
 
   ...     PackagePublishingPocket.RELEASE, 'foo.changes',
1079
 
   ...     'something', ubuntu.main_archive)
 
1078
   ...     PackagePublishingPocket.RELEASE,
 
1079
   ...     ubuntu.main_archive, 'foo.changes',
 
1080
   ...     'something')
1080
1081
 
1081
1082
   >>> normal_upload.is_delayed_copy
1082
1083
   False