Vendor kazel

This commit is contained in:
Tim Hockin
2017-12-22 17:01:31 -08:00
parent 3e583de0ac
commit 74451de6df
14 changed files with 1697 additions and 4 deletions

View File

@@ -60,6 +60,7 @@ REQUIRED_BINS=(
"github.com/tools/godep"
"github.com/client9/misspell/cmd/misspell"
"github.com/bazelbuild/bazel-gazelle/cmd/gazelle"
"github.com/kubernetes/repo-infra/kazel"
"./..."
)

View File

@@ -33,10 +33,7 @@ PATH="${GOBIN}:${PATH}"
# Install tools we need, but only from vendor/...
go install ./vendor/github.com/bazelbuild/bazel-gazelle/cmd/gazelle
# The git commit sha1s here should match the values in $KUBE_ROOT/WORKSPACE.
kube::util::go_install_from_commit \
github.com/kubernetes/repo-infra/kazel \
97099dccc8807e9159dc28f374a8f0602cab07e1
go install ./vendor/github.com/kubernetes/repo-infra/kazel
touch "${KUBE_ROOT}/vendor/BUILD"