-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Makefile improvements #3369
Makefile improvements #3369
Conversation
Makefile separate install directive from kops Makefile TESTABLE_PACKAGES variable to opt-out of testing Makefile .build/local to keep development kops and go-bindata out of PATH Makefile fewer PHONY targets that actually generate artifacts Makefile prevent root-owned artifacts
/test pull-kops-e2e-kubernetes-aws |
/retest |
/approve |
/lgtm What are your throughts about the kops version numbers being in the Mafefile? Let's not make more changes, as this PR is big already. Having the current values there have bugged me. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alrs, chrislovecnm The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue |
Makefile separate install directive from kops
Makefile TESTABLE_PACKAGES variable to opt-out of testing
Makefile .build/local to keep development kops and go-bindata out of PATH
Makefile fewer PHONY targets that actually generate artifacts
Makefile prevent root-owned artifacts