Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix homebrew source path #27

Closed
wants to merge 1 commit into from
Closed

Conversation

gordoncww
Copy link

This change addresses #26.

In test_server.yml.example the source path for homebrew is "/usr/local/bin".

With this change that example path works. Otherwise the full libexec path is needed, e.g., "/usr/local/Cellar/riak/1.1.1x86_64/libexec/".

@@ -208,7 +208,7 @@ def configure_settings

# Sets the source directory and root directory of the generated node.
def configure_paths
@source = Pathname.new(configuration[:source]).expand_path
@source = Pathname.new(configuration[:source] + '/riak').realpath.parent
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The script name is not guaranteed to be riak (0.14 and earlier might have riaksearch).

@seancribbs seancribbs closed this Apr 3, 2012
@seancribbs
Copy link
Contributor

I've resolved this slightly differently.

@gordoncww
Copy link
Author

@seancribbs Sounds good. Thanks for the response.

@seancribbs
Copy link
Contributor

Please check that the version on master works for you (just merged tonight).

On Apr 3, 2012, at 8:31 PM, Gordon Wilsonreply@reply.github.com wrote:

@seancribbs Sounds good. Thanks for the response.


Reply to this email directly or view it on GitHub:
#27 (comment)

@gordoncww
Copy link
Author

Yup, 86a3e66 works for me. Thanks

@seancribbs
Copy link
Contributor

Great, with a few more fixes we should be able to release again soon.

On Apr 3, 2012, at 9:38 PM, Gordon Wilsonreply@reply.github.com wrote:

Yup, 86a3e66 works for me. Thanks


Reply to this email directly or view it on GitHub:
#27 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants