Auto-Dep retry algorithm doesn't check component
Bug #52698 reported by
Celso Providelo
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Medium
|
William Grant |
Bug Description
MANUALDEPWAIT job dependencies for component main/restricted can only be satisfied by publications in those respective components.
IDistroArchRele
Related branches
lp://qastaging/~wgrant/launchpad/bug-598345-restrict-dep-contexts
- Robert Collins (community): Approve
-
Diff: 770 lines (+326/-182)10 files modifiedlib/lp/soyuz/adapters/archivedependencies.py (+83/-55)
lib/lp/soyuz/doc/archive-dependencies.txt (+3/-3)
lib/lp/soyuz/doc/archive.txt (+1/-67)
lib/lp/soyuz/doc/binarypackagebuild.txt (+5/-3)
lib/lp/soyuz/interfaces/archive.py (+18/-5)
lib/lp/soyuz/model/archive.py (+19/-15)
lib/lp/soyuz/model/binarypackagebuild.py (+16/-25)
lib/lp/soyuz/tests/test_archive.py (+138/-3)
lib/lp/soyuz/tests/test_binarypackagebuild.py (+39/-4)
lib/lp/soyuz/tests/test_publishing.py (+4/-2)
Changed in soyuz: | |
importance: | Untriaged → Medium |
status: | Unconfirmed → Confirmed |
Changed in soyuz: | |
status: | Triaged → In Progress |
assignee: | nobody → William Grant (wgrant) |
tags: |
added: qa-untestable removed: qa-needstesting |
Changed in soyuz: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in stable r11175 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ stable/ revision/ 11175>.