Github user bostko commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/552#discussion_r26489304
--- Diff:
software/nosql/src/main/java/brooklyn/entity/nosql/riak/RiakNodeSshDriver.java
---
@@ -190,45 +190,14 @@ public void install() {
private ImmutableList<String> installDebianBased() {
return ImmutableList.<String>builder()
.add("curl
https://packagecloud.io/install/repositories/basho/riak/script.deb | " +
BashCommands.sudo("bash"))
- .add(BashCommands.sudo("apt-get install --assume-yes
riak"))
+ .add(BashCommands.sudo("apt-get install --assume-yes
riak=" + getEntity().getFullVersion() + "-1"))
--- End diff --
This is how packagecloud works
https://packagecloud.io/basho/riak/packages/ubuntu/precise/riak_2.0.5-1_amd64.deb
https://packagecloud.io/basho/riak/packages/el/5/riak-2.0.5-1.x86_64.rpm
---
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.
---