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

Incorrect Install URL #9

Open
jtrobinson3 opened this issue Oct 27, 2014 · 0 comments · May be fixed by #10
Open

Incorrect Install URL #9

jtrobinson3 opened this issue Oct 27, 2014 · 0 comments · May be fixed by #10

Comments

@jtrobinson3
Copy link

s3fs has moved to GitHub from Google Code. The latest version, as of this post, is 1.78 but Google Code's latest stored version is 1.74 and may no longer be getting updated (Google Code is no longer accepting new downloads per http://google-opensource.blogspot.com/2013/05/a-change-to-google-code-download-service.html ).

install.rb, line 48:
https://github.com/hw-cookbooks/s3fs-fuse/blob/develop/recipes/install.rb#L48

source_url = "http://s3fs.googlecode.com/files/s3fs-#{s3fs_version}.tar.gz"
should be
source_url = "http://github.com/s3fs-fuse/s3fs-fuse/archive/v#{s3fs_version}.tar.gz"

jtrobinson3 added a commit to jtrobinson3/s3fs-fuse that referenced this issue Oct 28, 2014
@jtrobinson3 jtrobinson3 linked a pull request Oct 29, 2014 that will close this issue
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 a pull request may close this issue.

1 participant