Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Fix make verify #2788

Merged
merged 1 commit into from
Mar 23, 2020
Merged

Conversation

teddyking
Copy link
Contributor

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.
  2. Exclude bin/verify-links.sh from the verify-boilerplate.sh check (this
    file is .gitignored)
  3. Update GO_VERSION defined in the Makefile to match GO_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

  • Feature Implementation
  • Bug Fix
  • Documentation

Please leave this checklist in the PR comment so that maintainers can ensure a good PR.

Merge Checklist:

  • New feature
    • Tests
    • Documentation
  • SVCat CLI flag
  • Server Flag for config
    • Chart changes
    • removing a flag by marking deprecated and hiding to avoid
      breaking the chart release and existing clients who provide a
      flag that will get an error when they try to update

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.
@k8s-ci-robot
Copy link
Contributor

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

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.

@k8s-ci-robot k8s-ci-robot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Mar 23, 2020
@mszostok
Copy link
Contributor

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Mar 23, 2020
@jberkhahn
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 23, 2020
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 23, 2020
@k8s-ci-robot k8s-ci-robot merged commit 69494ed into kubernetes-retired:master Mar 23, 2020
@teddyking teddyking deleted the fix-make-verify branch March 24, 2020 07:01
gmrodgers pushed a commit to gmrodgers/service-catalog that referenced this pull request Mar 27, 2020
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.
gmrodgers pushed a commit to gmrodgers/service-catalog that referenced this pull request Mar 27, 2020
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.
k8s-ci-robot pushed a commit that referenced this pull request Mar 27, 2020
…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]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants