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

[WIP] Update to use ./kompose instead of $GOPATH kompose binary #766

Closed
wants to merge 1 commit into from

Conversation

cdrage
Copy link
Member

@cdrage cdrage commented Aug 16, 2017

The issue is that when running make test-cmd you'll have to cp kompose
to the /usr/local/bin directory or the $GOPATH directory.

Since make test is being used consistently in the same git diretory,
it makes sense to use the local-built binary.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 16, 2017
@kompose-bot
Copy link
Collaborator

@cdrage, thank you for the pull request! We'll ping some people to review your PR. @surajnarwade and @procrypt, please review this.

@kubernetes kubernetes deleted a comment from kompose-bot Aug 16, 2017
The issue is that when running `make test-cmd` you'll have to cp kompose
to the /usr/local/bin directory or the $GOPATH directory.

Since `make test` is being used consistently in the same git diretory,
it makes sense to use the local-built binary.
@cdrage
Copy link
Member Author

cdrage commented Aug 16, 2017

Blocked on #770 since kompose version does not fail if no kompose is located.

@@ -4,9 +4,6 @@ sudo: required

language: go

# make this also work for forks
go_import_path: github.com/kubernetes/kompose
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this removed? It shouldn't have any effect on this, or does it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I need to re-work this...

@cdrage cdrage changed the title Update to use ./kompose instead of $GOPATH kompose binary [WIP] Update to use ./kompose instead of $GOPATH kompose binary Oct 2, 2017
@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Oct 2, 2017
@cdrage
Copy link
Member Author

cdrage commented Oct 6, 2017

Closing for now.

@cdrage cdrage closed this Oct 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants