Remove 'release' suffix from package name (#4014)
This commit is contained in:
parent
d83ae6dcff
commit
a0ebce0cb3
2 changed files with 5 additions and 0 deletions
|
@ -224,6 +224,10 @@ def test_std(self):
|
||||||
|
|
||||||
# Download version
|
# Download version
|
||||||
|
|
||||||
|
def test_release(self):
|
||||||
|
self.check('cbench_release_1.3.0.tar.gz', '1.3.0',
|
||||||
|
'cbench')
|
||||||
|
|
||||||
def test_snapshot(self):
|
def test_snapshot(self):
|
||||||
self.check('gts-snapshot-121130', '121130',
|
self.check('gts-snapshot-121130', '121130',
|
||||||
'gts')
|
'gts')
|
||||||
|
|
|
@ -258,6 +258,7 @@ def strip_name_suffixes(path, version):
|
||||||
'[._-]std',
|
'[._-]std',
|
||||||
|
|
||||||
# Download version
|
# Download version
|
||||||
|
'release',
|
||||||
'snapshot',
|
'snapshot',
|
||||||
'distrib',
|
'distrib',
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue