Resolve #4455 replaced version with branch name
This commit is contained in:
parent
acb4442259
commit
486bea0d02
|
@ -1510,8 +1510,8 @@ class InternalCommands:
|
|||
|
||||
def dist_name_rev(self, type):
|
||||
# find the version number (we're puting the rev in after this)
|
||||
pattern = '(.*\d+\.\d+\.\d+)(.*)'
|
||||
replace = "\g<1>-%s-%s\g<2>" % (
|
||||
pattern = '(\d+\.\d+\.\d+)'
|
||||
replace = "%s-%s" % (
|
||||
self.getGitBranchName(), self.getGitRevision())
|
||||
return re.sub(pattern, replace, self.dist_name(type))
|
||||
|
||||
|
|
Loading…
Reference in New Issue