You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/27 17:49:15 UTC

[GitHub] csantanapr commented on a change in pull request #3358: Update to tools/ubuntu-setup to support xenial and later Ubuntu releases

csantanapr commented on a change in pull request #3358: Update to tools/ubuntu-setup to support xenial and later Ubuntu releases
URL: https://github.com/apache/incubator-openwhisk/pull/3358#discussion_r171008630
 
 

 ##########
 File path: tools/ubuntu-setup/all.sh
 ##########
 @@ -10,15 +18,35 @@ echo "*** installing basics"
 echo "*** installing python dependences"
 "$SCRIPTDIR/pip.sh"
 
-echo "*** installing java"
-"$SCRIPTDIR/java8.sh"
-
-echo "*** install scala"
-"$SCRIPTDIR/scala.sh"
+u_release="$(lsb_release -rs)"
 
-echo "*** installing docker"
-"$SCRIPTDIR/docker.sh"
+echo "*** installing java"
 
 Review comment:
   No need for this, let's install openjdk for any linux ubuntu 14 or 16

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services