-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
riak 2.9.0p1 #40281
riak 2.9.0p1 #40281
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some tweaks for resources... not sure how to address the main problem though.
@@ -18,12 +18,12 @@ class Riak < Formula | |||
# rebar tries to fetch fuse using git over ssh | |||
resource "fuse" do | |||
url "https://github.com/jlouis/fuse.git", | |||
:revision => "21c6e52ced3af294f2fe636039106068da12eeeb" | |||
:tag => "2.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use the :revision
this tag points to? People sometimes overwrite tags.
@@ -44,7 +44,7 @@ class Riak < Formula | |||
|
|||
resource "yokozuna" do | |||
url "https://github.com/basho/yokozuna.git", | |||
:revision => "b53d999529626301c36fa3efa22b2b0165217556" | |||
:tag => "riak_kv-2.9.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, can we use the :revision
that this tag points to? Also, add a comment with the tag to clarify.
No idea about how to fix it, close the PR for now. |
relates to #40075