-
Notifications
You must be signed in to change notification settings - Fork 385
Fix make verify
#2788
Fix make verify
#2788
Conversation
A few things are causing the `make verify` command (and subsequently `make`) to fail. These are addressed in this commit, as follows: 1. `make verify-docs` - Explicitely skip the localhost link in contribute/docs.md and remove a link for a non-yet-existent repository in pkg/kubernetes/README.md. 1. Exclude `bin/verify-links.sh` from the `verify-boilerplate.sh` check (this file is .gitignored) 1. Update GO_VERSION defined in the Makefile to match GO_VERSION defined in .travis.yml Addresses an issue mentioned in kubernetes-retired#2782.
Hi @teddyking. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jberkhahn, teddyking The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
A few things are causing the `make verify` command (and subsequently `make`) to fail. These are addressed in this commit, as follows: 1. `make verify-docs` - Explicitely skip the localhost link in contribute/docs.md and remove a link for a non-yet-existent repository in pkg/kubernetes/README.md. 1. Exclude `bin/verify-links.sh` from the `verify-boilerplate.sh` check (this file is .gitignored) 1. Update GO_VERSION defined in the Makefile to match GO_VERSION defined in .travis.yml Addresses an issue mentioned in kubernetes-retired#2782.
A few things are causing the `make verify` command (and subsequently `make`) to fail. These are addressed in this commit, as follows: 1. `make verify-docs` - Explicitely skip the localhost link in contribute/docs.md and remove a link for a non-yet-existent repository in pkg/kubernetes/README.md. 1. Exclude `bin/verify-links.sh` from the `verify-boilerplate.sh` check (this file is .gitignored) 1. Update GO_VERSION defined in the Makefile to match GO_VERSION defined in .travis.yml Addresses an issue mentioned in kubernetes-retired#2782.
…lasses` via a `--broker` flag (#2786) * Support filtering classes by broker in svcat * Fix `make verify` (#2788) A few things are causing the `make verify` command (and subsequently `make`) to fail. These are addressed in this commit, as follows: 1. `make verify-docs` - Explicitely skip the localhost link in contribute/docs.md and remove a link for a non-yet-existent repository in pkg/kubernetes/README.md. 1. Exclude `bin/verify-links.sh` from the `verify-boilerplate.sh` check (this file is .gitignored) 1. Update GO_VERSION defined in the Makefile to match GO_VERSION defined in .travis.yml Addresses an issue mentioned in #2782. * Update ups-broker docs link to point to chart on github. (#2790) Co-authored-by: Ed King <[email protected]> Co-authored-by: Mirah Gary <[email protected]>
A few things are causing the
make verify
command (and subsequentlymake
) tofail. These are addressed in this commit, as follows:
make verify-docs
- Explicitely skip the localhost link incontribute/docs.md and remove a link for a non-yet-existent repository in
pkg/kubernetes/README.md.
bin/verify-links.sh
from theverify-boilerplate.sh
check (thisfile is .gitignored)
GO_VERSION
defined in the Makefile to matchGO_VERSION
defined in.travis.yml
These changes allow a developer to clone the repo, cd into it and run
make
and have it pass successfully.Addresses an issue mentioned in #2782.
This PR is a
Please leave this checklist in the PR comment so that maintainers can ensure a good PR.
Merge Checklist:
breaking the chart release and existing clients who provide a
flag that will get an error when they try to update