You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by neykov <gi...@git.apache.org> on 2017/01/05 11:53:27 UTC

[GitHub] brooklyn-dist pull request #67: Replace expired ubuntu default

Github user neykov commented on a diff in the pull request:

    https://github.com/apache/brooklyn-dist/pull/67#discussion_r94755456
  
    --- Diff: vagrant/src/main/vagrant/files/install_brooklyn.sh ---
    @@ -86,7 +86,7 @@ cp /vagrant/files/brooklyn.properties /home/vagrant/.brooklyn/
     chmod 600 /home/vagrant/.brooklyn/brooklyn.properties
     
     echo "Installing JRE"
    -sudo sh -c 'export DEBIAN_FRONTEND=noninteractive; apt-get install --yes openjdk-8-jre-headless'
    +sudo sh -c 'yum install -y java-1.8.0-openjdk-headless'
    --- End diff --
    
    The correct options order is `yum -y install` but this apparently works as well.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---