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

fixes incorrect usage of $GOBIN #12

Merged
merged 1 commit into from
Jun 1, 2014
Merged

fixes incorrect usage of $GOBIN #12

merged 1 commit into from
Jun 1, 2014

Conversation

chrsm
Copy link
Contributor

@chrsm chrsm commented May 31, 2014

gobin in this case should only point
to the .godeps/bin directory, otherwise you end up with

.godeps /
    bin /
    bin: / <-- where binaries are actually placed by go get

when it should obviously only be in .godeps/bin.

I also fixed some oddities regarding setting things to be exported.

@chrsm
Copy link
Contributor Author

chrsm commented May 31, 2014

Looks like Travis fails because it expects the ':' as part of the path (erroneously). Should I fix up the test? I see the last commit was "test is deprecated". Not sure.

As usual, thanks for your work on these tools, pote!

@pote
Copy link
Owner

pote commented May 31, 2014

Hum, good call, for all my work in gpm I've been neglecting gvp a lot though, thanks for spotting this!

Yeah, let's adapt the test to the correct behaviour for GOBIN then I'll merge and make a new release for homebrew. :)

Thanks for all your help! <3

gobin in this case should *only* point
to the .godeps/bin directory, otherwise you end up with
.godeps /
	bin /
	bin: / <-- where binaries are actually placed by go get

when it should obviously only be in .godeps/bin

also fixed test
@chrsm
Copy link
Contributor Author

chrsm commented Jun 1, 2014

Cool. Removed the ORIGINAL_GOBIN from the test too, now passes on TravisCI again 👍

@pote
Copy link
Owner

pote commented Jun 1, 2014

<3!

pote pushed a commit that referenced this pull request Jun 1, 2014
fixes incorrect usage of $GOBIN
@pote pote merged commit ff7c0f6 into pote:master Jun 1, 2014
@chrsm chrsm deleted the fix/correct_gobin branch June 1, 2014 19:45
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