I've just noticed that openjdk-7-jdk actually not present in ubuntu 16.04 by 
default.

openjdk-8-jdk should probably be installed instead. I will resubmit corrected 
patch, please ignore this one.

--
regards,
Sergiy

On 01/13/2017 03:26 PM, Benoît Canet wrote:

Reviewed-by: Benoît Canet <ben...@scylladb.com <mailto:ben...@scylladb.com>>


On Fri, Jan 13, 2017 at 1:22 PM, 'Sergiy Kibrik' via OSv Development 
<osv-dev@googlegroups.com <mailto:osv-dev@googlegroups.com>> wrote:

    Signed-off-by: Sergiy Kibrik <sergiy.kib...@globallogic.com 
<mailto:sergiy.kib...@globallogic.com>>
    ---
     scripts/setup.py | 9 ++++++++-
     1 file changed, 8 insertions(+), 1 deletion(-)

    diff --git a/scripts/setup.py b/scripts/setup.py
    index f728047..05f6024 100755
    --- a/scripts/setup.py
    +++ b/scripts/setup.py
    @@ -128,6 +128,13 @@ class Ubuntu(object):
         test_packages = ['libssl-dev', 'zip']
         ec2_post_install = None

    +    class Ubuntu_16_04(object):
    +        packages = []
    +        ec2_packages = ['ec2-api-tools', 'awscli']
    +        test_packages = []
    +        ec2_post_install = None
    +        version = '16.04'
    +
         class Ubuntu_15_04(object):
             packages = []
             ec2_packages = ['ec2-api-tools', 'awscli']
    @@ -149,7 +156,7 @@ class Ubuntu(object):
             ec2_post_install = standard_ec2_post_install
             version = '13.10'

    -    versions = [Ubuntu_15_04, Ubuntu_14_04, Ubuntu_13_10]
    +    versions = [Ubuntu_16_04, Ubuntu_15_04, Ubuntu_14_04, Ubuntu_13_10]

     distros = [
                Debian(),
    --
    2.7.4

    --
    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 osv-dev+unsubscr...@googlegroups.com 
<mailto:osv-dev%2bunsubscr...@googlegroups.com>.
    For more options, visit https://groups.google.com/d/optout 
<https://groups.google.com/d/optout>.



--
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 osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to