~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/scripts/initialize_distroseries.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-07-16 19:39:42 UTC
  • mfrom: (13403.3.3 init-series-not-close-bugs)
  • Revision ID: launchpad@pqm.canonical.com-20110716193942-lrfizyskn1s5302k
[incr] [r=adeuring] Do no close bugs when calling the packagecopier
        from the initialization code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
383
383
                            sources, target_archive, self.distroseries,
384
384
                            pocket, include_binaries=not self.rebuild,
385
385
                            check_permissions=False, strict_binaries=False,
386
 
                            create_dsd_job=False)
 
386
                            create_dsd_job=False, close_bugs=False)
387
387
                        if self.rebuild:
388
388
                            for pubrec in sources_published:
389
389
                                pubrec.createMissingBuilds()