You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Ignasi Barrera (JIRA)" <ji...@apache.org> on 2014/03/12 16:57:43 UTC

[jira] [Commented] (JCLOUDS-497) Typo in installOpenJDK.sh

    [ https://issues.apache.org/jira/browse/JCLOUDS-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931892#comment-13931892 ] 

Ignasi Barrera commented on JCLOUDS-497:
----------------------------------------

The [InstallJDK statement|https://github.com/jclouds/jclouds/blob/master/scriptbuilder/src/main/java/org/jclouds/scriptbuilder/statements/java/InstallJDK.java#L44] depends on the {{setupPublicCurl}} one, which is always executed before. That script defines the [yum-install|https://github.com/jclouds/jclouds/blob/master/scriptbuilder/src/main/resources/functions/setupPublicCurl.sh#L19] alias, so packages are installed without prompting the user for confirmation.

Are you experiencing issues due to a "Command not found" or similar?


> Typo in installOpenJDK.sh
> -------------------------
>
>                 Key: JCLOUDS-497
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-497
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-scriptbuilder
>    Affects Versions: 1.8.0
>            Reporter: Ivan Krutov
>              Labels: scripts
>
> https://github.com/jclouds/jclouds/blob/master/scriptbuilder/src/main/resources/functions/installOpenJDK.sh#L54
> Should be yum install (with space) instead of yum-install (with dash). There's no such command yum-install in RPM-based OS.



--
This message was sent by Atlassian JIRA
(v6.2#6252)