~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

Merged bug-824435-failure-reporting-2 into bug-824435-failure-reporting-3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
                self._checkBuilds(parent)
161
161
            self._checkQueue(parent)
162
162
        self._checkSeries()
163
 
        return True
164
163
 
165
164
    def _checkParents(self):
166
165
        """If self.first_derivation, the parents list cannot be empty."""