mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-20 18:07:30 +02:00
changed @ to - in package name
This commit is contained in:
parent
7abcf13317
commit
c09d2ad91e
1 changed files with 1 additions and 1 deletions
|
@ -1455,7 +1455,7 @@ class InternalCommands:
|
||||||
def dist_name_rev(self, type):
|
def dist_name_rev(self, type):
|
||||||
# find the version number (we're puting the rev in after this)
|
# find the version number (we're puting the rev in after this)
|
||||||
pattern = '(.*\d+\.\d+\.\d+)(.*)'
|
pattern = '(.*\d+\.\d+\.\d+)(.*)'
|
||||||
replace = "\g<1>-%s@%s\g<2>" % (
|
replace = "\g<1>-%s-%s\g<2>" % (
|
||||||
self.getGitBranchName(), self.getGitRevision())
|
self.getGitBranchName(), self.getGitRevision())
|
||||||
return re.sub(pattern, replace, self.dist_name(type))
|
return re.sub(pattern, replace, self.dist_name(type))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue