The retry-depwait script considers builds from disabled archives

Bug #499111 reported by Julian Edwards
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
Low
Unassigned

Bug Description

The retry-depwait script considers builds that would never be dispatched because they are in disabled archives.

IBuildSet.retryDepwait() currently does:

        candidates = Build.selectBy(
            buildstate=BuildStatus.MANUALDEPWAIT,
            distroarchseries=distroarchseries)

This candidate list can be pared down a lot if we change this query to ignore disabled archives.

Changed in soyuz:
importance: Undecided → Low
tags: added: soyuz-build
Changed in soyuz:
status: New → Triaged
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.