Commit cea4c010 authored by Clayton Coleman's avatar Clayton Coleman

Strip the proto build guard

parent 3753e2bd
......@@ -42,6 +42,5 @@ gotoprotobuf=$(kube::util::find-binary "go-to-protobuf")
# satisfies import of github.com/gogo/protobuf/gogoproto/gogo.proto and the core Google protobuf types
PATH="${KUBE_ROOT}/_output/local/go/bin:${PATH}" \
"${gotoprotobuf}" \
--conditional="proto" \
--proto-import="${KUBE_ROOT}/Godeps/_workspace/src" \
--proto-import="${KUBE_ROOT}/third_party/protobuf"
......@@ -26,7 +26,6 @@ SILENT=true
# Excluded checks are always skipped.
EXCLUDED_CHECKS=(
"verify-linkcheck.sh" # runs in separate Jenkins job once per day due to high network usage
"verify-generated-protobuf.sh" # TODO(smarterclayton) add when protobuf is part of direct generation
)
function is-excluded {
......
// +build proto
/*
Copyright 2015 The Kubernetes Authors All rights reserved.
......
// +build proto
/*
Copyright 2015 The Kubernetes Authors All rights reserved.
......
// +build proto
/*
Copyright 2015 The Kubernetes Authors All rights reserved.
......
// +build proto
/*
Copyright 2015 The Kubernetes Authors All rights reserved.
......
// +build proto
/*
Copyright 2015 The Kubernetes Authors All rights reserved.
......
// +build proto
/*
Copyright 2014 The Kubernetes Authors All rights reserved.
......
// +build proto
/*
Copyright 2015 The Kubernetes Authors All rights reserved.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment