From: Przemek Pikuła' via OSv Development <[email protected]>
Committer: Nadav Har'El <[email protected]>
Branch: master
Added Ubuntu Bionic(18.04) to the setup script, based on Mint 19
Signed-off-by: Przemek Pikuła <[email protected]>
Message-Id: <[email protected]>
---
diff --git a/scripts/setup.py b/scripts/setup.py
--- a/scripts/setup.py
+++ b/scripts/setup.py
@@ -262,6 +262,13 @@ class Ubuntu(object):
test_packages = ['libssl-dev', 'zip']
ec2_post_install = None
+ class Ubuntu_18_04(object):
+ packages = ['openjdk-8-jdk', 'bridge-utils']
+ ec2_packages = ['ec2-api-tools', 'awscli']
+ test_packages = []
+ ec2_post_install = None
+ version = '18.04'
+
class Ubuntu_17_04(object):
packages = ['openjdk-8-jdk']
ec2_packages = ['ec2-api-tools', 'awscli']
@@ -297,7 +304,7 @@ class Ubuntu_13_10(object):
ec2_post_install = standard_ec2_post_install
version = '13.10'
- versions = [Ubuntu_17_04, Ubuntu_16_04, Ubuntu_15_04, Ubuntu_14_04,
Ubuntu_13_10]
+ versions = [Ubuntu_18_04, Ubuntu_17_04, Ubuntu_16_04, Ubuntu_15_04,
Ubuntu_14_04, Ubuntu_13_10]
class LinuxMint(Ubuntu):
name = 'LinuxMint'
--
You received this message because you are subscribed to the Google Groups "OSv
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.