~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/model/archive.py

  • Committer: Benji York
  • Date: 2011-08-01 12:51:12 UTC
  • mfrom: (13572 devel)
  • mto: This revision was merged to the branch mainline in revision 13573.
  • Revision ID: benji.york@canonical.com-20110801125112-a4euql70924suzb6
mergeĀ fromĀ devel

Show diffs side-by-side

added added

removed removed

Lines of Context:
1612
1612
        job_source = getUtility(IPlainPackageCopyJobSource)
1613
1613
        job_source.createMultiple(
1614
1614
            series, copy_tasks, person,
1615
 
            copy_policy=PackageCopyPolicy.INSECURE,
 
1615
            copy_policy=PackageCopyPolicy.MASS_SYNC,
1616
1616
            include_binaries=include_binaries)
1617
1617
 
1618
1618
    def _collectLatestPublishedSources(self, from_archive, source_names):