~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Ian Booth
  • Date: 2011-04-19 15:10:57 UTC
  • mfrom: (12868 devel)
  • mto: This revision was merged to the branch mainline in revision 12983.
  • Revision ID: ian.booth@canonical.com-20110419151057-he56y6k29c4zeiyk
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
                 "derives from {child.parent_series.distribution.name}/"
82
82
                 "{child.parent_series.name}.").format(
83
83
                    child=self.distroseries))
84
 
        self._checkBuilds()
 
84
        if self.distroseries.distribution.id == self.parent.distribution.id:
 
85
            self._checkBuilds()
85
86
        self._checkQueue()
86
87
        self._checkSeries()
87
88