Some times extranious text is included in automatically generated version numbers.

Bug #818215 reported by Benji York
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
Low
Unassigned

Bug Description

https://launchpad.net/openafs/1.4 has the release URL pattern set as http://www.openafs.org/dl/openafs/1.4.*/openafs-1.4.*-src.tar.gz . Unfortunately, this causes releases with names like “1.4.14-src” to be automatically generated.

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.

Benji York (benji)
Changed in launchpad:
status: New → Triaged
importance: Undecided → Low
Revision history for this message
chrysn (chrysn) wrote :

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).

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.