Improve version detection of release versions (#4816)
This commit is contained in:
parent
d1c199e15d
commit
5fc0243d35
@ -57,6 +57,8 @@
|
|||||||
('gromacs-4.6.1-tar', 'gromacs-4.6.1'),
|
('gromacs-4.6.1-tar', 'gromacs-4.6.1'),
|
||||||
# Download type - sh
|
# Download type - sh
|
||||||
('Miniconda2-4.3.11-Linux-x86_64.sh', 'Miniconda2-4.3.11'),
|
('Miniconda2-4.3.11-Linux-x86_64.sh', 'Miniconda2-4.3.11'),
|
||||||
|
# Download version - release
|
||||||
|
('v1.0.4-release', 'v1.0.4'),
|
||||||
# Download version - stable
|
# Download version - stable
|
||||||
('libevent-2.0.21-stable', 'libevent-2.0.21'),
|
('libevent-2.0.21-stable', 'libevent-2.0.21'),
|
||||||
# Download version - final
|
# Download version - final
|
||||||
|
@ -183,6 +183,7 @@ def strip_version_suffixes(path):
|
|||||||
'sh',
|
'sh',
|
||||||
|
|
||||||
# Download version
|
# Download version
|
||||||
|
'release',
|
||||||
'stable',
|
'stable',
|
||||||
'[Ff]inal',
|
'[Ff]inal',
|
||||||
'rel',
|
'rel',
|
||||||
|
Loading…
Reference in New Issue
Block a user