the product release finder does not strip the flavor info after the ~
Bug #456525 reported by
Curtis Hovey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Curtis Hovey |
Bug Description
The releases version are incorrect because the ~ that marked the start of the flavor information was converted to a -.
in: php-fpm-
out: 0.6
flavor_pattern = re.compile(r"""
(~ # packaging
|_
|_(%s) # or processor version
|[
|\
).* # to the end of the string
""" % processors, re.VERBOSE)
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: | Triaged → In Progress |
To post a comment you must log in.
Fixed in launchpad devel r9777.