gruntwork-io / fetch

Download files, folders, and release assets from a specific git commit, branch, or tag of public and private GitHub repos.
https://www.gruntwork.io/
MIT License
589 stars 90 forks source link

Add fetch in brew #54

Closed zoispag closed 4 years ago

zoispag commented 5 years ago

Any change to add fetch as a brew formulae?

josh-padnick commented 5 years ago

We'd love to have fetch installable via brew, and we'd certainly welcome a contribution (to the brew repo) that enables this.

anentropic commented 5 years ago

and in apt yum etc... :)

andreybleme commented 4 years ago

I have created a pull request for the new formula, but It seems the Homebrew CI can't find the fetch dependencies. I have performed all the steps and it worked perfectly locally.

Can anyone have a look at the broken CI logs and maybe tell me what am I missing?

image

yorinasub17 commented 4 years ago

We haven't updated fetch to use go modules yet, so it needs a dep ensure call before running go build. Have a PR coming shortly that switches over in a moment...

yorinasub17 commented 4 years ago

Ok just released the version using go modules: https://github.com/gruntwork-io/fetch/releases/tag/v0.3.10

@andreybleme can you see if that version passes the build on brew?

andreybleme commented 4 years ago

It passed @yorinasub17 ✅ , just need to wait for it to be merged now. Thanks.

zoispag commented 4 years ago

So, since #71 this can be closed I presume. Thanks for your work @andreybleme, @yorinasub17 and everyone else involved.