mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +01:00
Update the maximum version of Ubuntu suppported to 19.10
This commit is contained in:
parent
2ad6e94091
commit
9483442007
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ def get_linux_distribution():
|
||||||
raise Exception('unsupported version of %s: %s' % (distrib, version))
|
raise Exception('unsupported version of %s: %s' % (distrib, version))
|
||||||
distrib, version = 'Ubuntu', base_version
|
distrib, version = 'Ubuntu', base_version
|
||||||
elif distrib.lower() == 'ubuntu':
|
elif distrib.lower() == 'ubuntu':
|
||||||
if version > '19.04':
|
if version > '19.10':
|
||||||
raise Exception('unsupported version of %s: %s' % (distrib, version))
|
raise Exception('unsupported version of %s: %s' % (distrib, version))
|
||||||
# Fixme: we should allow checked/supported versions only
|
# Fixme: we should allow checked/supported versions only
|
||||||
elif distrib.lower() not in [
|
elif distrib.lower() not in [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue