~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Julian Edwards
  • Date: 2011-07-19 11:52:59 UTC
  • mto: This revision was merged to the branch mainline in revision 13469.
  • Revision ID: julian.edwards@canonical.com-20110719115259-06e2df3t8rab9l0n
copyPackages() now puts the actual package name in the job data instead of the package ID

Show diffs side-by-side

added added

removed removed

Lines of Context:
1587
1587
        copy_tasks = []
1588
1588
        for source in sources:
1589
1589
            task = (
1590
 
                source.sourcepackagerelease.sourcepackagename,
 
1590
                source.sourcepackagerelease.sourcepackagename.name,
1591
1591
                source.sourcepackagerelease.version,
1592
1592
                from_archive,
1593
1593
                self,