mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
Update Ubuntu version upto 20.04
Update Ubuntu version upto 20.04
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user