Product release finder should import all files
Bug #415595 reported by
Michael Kuhn
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
Unassigned |
Bug Description
The product release finder should import all files for a particular release.
For example, I have sushi-1.0.1.tar.bz2 and sushi-1.0.1.tar.gz, but the release finder only imports the .tar.bz2.
Related branches
lp://qastaging/~sinzui/launchpad/prf-flavor-loop
- Eleanor Berger (community): Approve (code)
-
Diff: 116 lines2 files modifiedlib/lp/registry/scripts/productreleasefinder/finder.py (+9/-8)
lib/lp/registry/tests/test_prf_finder.py (+22/-11)
Changed in launchpad-registry: | |
status: | Incomplete → Triaged |
importance: | Undecided → Low |
tags: | added: story-product-release-finder |
Changed in launchpad-registry: | |
assignee: | nobody → Curtis Hovey (sinzui) |
milestone: | none → 3.1.10 |
status: | Triaged → In Progress |
tags: | added: current-rollout-blocker |
Changed in launchpad: | |
assignee: | Curtis Hovey (sinzui) → nobody |
To post a comment you must log in.
Both file types are supported and tests show that multiples will match at the same time. How long has the tar.gz not been found?
The file will not be downloaded if it was is in the Launchpad librarian. Deletion from the librarian is a rare event, so if it was added, then marked for deletion, it will not be downloaded even though you cannot see it.