Remove 'release' suffix from package name (#4014)

This commit is contained in:
Adam J. Stewart 2017-04-27 12:11:59 -05:00 committed by Todd Gamblin
parent d83ae6dcff
commit a0ebce0cb3
2 changed files with 5 additions and 0 deletions

View file

@ -224,6 +224,10 @@ def test_std(self):
# Download version
def test_release(self):
self.check('cbench_release_1.3.0.tar.gz', '1.3.0',
'cbench')
def test_snapshot(self):
self.check('gts-snapshot-121130', '121130',
'gts')

View file

@ -258,6 +258,7 @@ def strip_name_suffixes(path, version):
'[._-]std',
# Download version
'release',
'snapshot',
'distrib',