Some times extranious text is included in automatically generated version numbers.
Bug #818215 reported by
Benji York
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
https:/
It would be nice if the user could some how specify parts of the patter that should be excluded from the version number. Alternatively they could give a regular expression to use to extract the version number from the URL.
Changed in launchpad: | |
status: | New → Triaged |
importance: | Undecided → Low |
To post a comment you must log in.
adapting uscan for use in launchpad could help here. it has a regexp based syntax and uses just the part within () as the version number.
that would also allow a friendlier answer to question 6635, as watch files allow for an index url to be explicitly specified.
compatibility-wise, either dual operation (the old system for filename style wildcards, uscan based for others) or replacing the wild cards (http:// www.openafs. org/dl/ openafs/ 1.4.*/openafs- 1.4.*-src. tar.gz would become http:// www.openafs. org/dl/ openafs/ (?1\.4\..* )/openafs- (1\.4\. .*-src) .tar.gz, where the original reporter would have to move the -src outside of the parentheses).