euscanwww: Fixing and using vtype in stabilization_candidates, added db_index
Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
@ -15,6 +15,9 @@ def is_version_stable(version):
|
||||
def get_version_type(version):
|
||||
types = []
|
||||
|
||||
if "9999" in version or "99999999" in version:
|
||||
return "live"
|
||||
|
||||
for token in re.findall("[\._-]([a-zA-Z]+)", version):
|
||||
if token in gentoo_types:
|
||||
types.append(token)
|
||||
|
Reference in New Issue
Block a user