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

Install packages after downloading. #61

Merged
merged 1 commit into from
Jan 11, 2015
Merged

Install packages after downloading. #61

merged 1 commit into from
Jan 11, 2015

Conversation

juanibiapina
Copy link
Contributor

This change adds another loop to install all packages after downloading. It is
similar to the prebuild
plugin. It doesn't run in parallel.

The main difference is that it won't run go install $package/.... This is a
somewhat confusing on prebuild, and fails with some repos, since
go get is made to work with packages, not repos.

A possible solution would be to add the wildcard to the dependency itself, in
the Gofile.

Regardless, this is a possible start that should at least work safely for the
majority of use cases.

Original discussion here

This change adds another loop to install all packages after downloading.
It is similar to the [prebuild](https://github.com/technosophos/gpm-prebuild)
plugin. It doesn't run in parallel.

The main difference is that it won't run `go install $package/...`. This
is a somewhat confusing on prebuild, and fails with some repos, since
`go get` is made to work with packages, not repos.

A possible solution would be to add the wildcard to the dependency
itself, in the Gofile.

Regardless, this is a possible start that should at least work safely
for the majority of use cases.

Original discussion [here](#58)
@pote
Copy link
Owner

pote commented Jan 11, 2015

Perfect, I'll probably make a new release soon including this changes. :)

Thanks again! ❤️

pote pushed a commit that referenced this pull request Jan 11, 2015
Install packages after downloading.
@pote pote merged commit 90c4d9c into pote:master Jan 11, 2015
@pote pote mentioned this pull request Jan 28, 2015
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