mirror of
https://github.com/servo/servo.git
synced 2025-06-28 19:13:41 +01:00
Update Ubuntu version upto 20.04
Update Ubuntu version upto 20.04
This commit is contained in:
parent
343f249c1d
commit
399ee3fee7
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ def get_linux_distribution():
|
|||
raise Exception('unsupported version of %s: %s' % (distrib, version))
|
||||
distrib, version = 'Ubuntu', base_version
|
||||
elif distrib.lower() == 'ubuntu':
|
||||
if version > '19.10':
|
||||
if version > '20.04':
|
||||
raise Exception('unsupported version of %s: %s' % (distrib, version))
|
||||
# Fixme: we should allow checked/supported versions only
|
||||
elif distrib.lower() not in [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue