~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Julian Edwards
  • Date: 2011-06-07 17:50:20 UTC
  • mto: This revision was merged to the branch mainline in revision 13187.
  • Revision ID: julian.edwards@canonical.com-20110607175020-v1rxu39e1vn7og20
Mass-sync upgrades should copy to the RELEASE pocket

Show diffs side-by-side

added added

removed removed

Lines of Context:
1070
1070
            job_source.create(
1071
1071
                dsd.source_package_name.name,
1072
1072
                dsd.parent_series.main_archive, target_archive,
1073
 
                target_distroseries, PackagePublishingPocket.UPDATES,
 
1073
                target_distroseries, PackagePublishingPocket.RELEASE,
1074
1074
                package_version=dsd.parent_source_version,
1075
1075
                copy_policy=PackageCopyPolicy.MASS_SYNC)
1076
1076