~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Jeroen Vermeulen
  • Date: 2011-07-21 10:48:37 UTC
  • mto: This revision was merged to the branch mainline in revision 13496.
  • Revision ID: jeroen.vermeulen@canonical.com-20110721104837-qyhndkjx0x84sj1o
MissingĀ arg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
297
297
        for distribution in self.findDistros():
298
298
            allowed_suites = self.findAllowedSuites(distribution)
299
299
            for archive in self.getTargetArchives(distribution):
300
 
                publisher = self.getPublisher(archive, allowed_suites)
 
300
                publisher = self.getPublisher(
 
301
                    distribution, archive, allowed_suites)
301
302
 
302
303
                if archive.status == ArchiveStatus.DELETING:
303
304
                    work_done = self.deleteArchive(archive, publisher)