~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/archivepublisher/scripts/publish_ftpmaster.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-22 13:22:28 UTC
  • mfrom: (13748.2.1 post-824553)
  • Revision ID: launchpad@pqm.canonical.com-20110822132228-8o77bsxj8jhncnln
[r=henninge][bug=824553] Remove a bit of vestigial code from
 publish-ftpmaster.

Show diffs side-by-side

added added

removed removed

Lines of Context:
595
595
            # We've done enough here.  Leave some server time for others.
596
596
            return
597
597
 
598
 
        for series in distribution.series:
599
 
            suites_needing_indexes = self.listSuitesNeedingIndexes(series)
600
 
            if len(suites_needing_indexes) > 0:
601
 
                self.createIndexes(distribution, suites_needing_indexes)
602
 
                # Don't try to do too much in one run.  Leave the rest
603
 
                # of the work for next time.
604
 
                return
605
 
 
606
598
        self.processAccepted(distribution)
607
599
 
608
600
        self.rsyncBackupDists(distribution)