Github user neykov commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/931#discussion_r41137551
--- Diff:
software/base/src/main/java/org/apache/brooklyn/entity/software/base/VanillaSoftwareProcessSshDriver.java
---
@@ -44,13 +47,20 @@ public VanillaSoftwareProcessSshDriver(EntityLocal
entity, SshMachineLocation ma
String downloadedFilename = null;
- /** needed because the download url might be different! */
+ /**
+ * Needed because the download url and install commands are likely
different for different VanillaSoftwareProcesses!
+ * This is particularly true for YAML entities. We take a hash of the
download_url, instal_command and environment variables.
--- End diff --
Typo - missing l in `instal_command`
---
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 [email protected] or file a JIRA ticket
with INFRA.
---