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 vendor tools before call them #104

Merged
merged 2 commits into from
Jun 24, 2019

Conversation

qinqon
Copy link
Member

@qinqon qinqon commented Jun 21, 2019

Use go run to run vendored tools is very convenient but it's
checking a lot of cached stuff before calling, we know that
we just depend on vendor version of stuff so we cann install them
locally in the repo and call it.

Signed-off-by: Quique Llorente ellorent@redhat.com

phoracek
phoracek previously approved these changes Jun 21, 2019
Copy link
Contributor

@SchSeba SchSeba left a comment

Choose a reason for hiding this comment

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

travis is not happy can you please take a look?

Use go run to run vendored tools is very convenient but it's
checking a lot of cached stuff before calling, we know that
we just depend on vendor version of stuff so we cann install them
locally in the repo and call it.

Signed-off-by: Quique Llorente <ellorent@redhat.com>
@qinqon qinqon requested a review from phoracek June 21, 2019 13:59
Copy link
Contributor

@SchSeba SchSeba left a comment

Choose a reason for hiding this comment

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

LGTM!

@SchSeba SchSeba merged commit 02af9b1 into nmstate:operators-wip Jun 24, 2019
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.

None yet

3 participants