Strip the proto build guard

This commit is contained in:
Clayton Coleman 2016-04-16 01:01:56 -04:00
parent 3753e2bded
commit cea4c010a6
9 changed files with 0 additions and 16 deletions

View File

@ -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 # satisfies import of github.com/gogo/protobuf/gogoproto/gogo.proto and the core Google protobuf types
PATH="${KUBE_ROOT}/_output/local/go/bin:${PATH}" \ PATH="${KUBE_ROOT}/_output/local/go/bin:${PATH}" \
"${gotoprotobuf}" \ "${gotoprotobuf}" \
--conditional="proto" \
--proto-import="${KUBE_ROOT}/Godeps/_workspace/src" \ --proto-import="${KUBE_ROOT}/Godeps/_workspace/src" \
--proto-import="${KUBE_ROOT}/third_party/protobuf" --proto-import="${KUBE_ROOT}/third_party/protobuf"

View File

@ -26,7 +26,6 @@ SILENT=true
# Excluded checks are always skipped. # Excluded checks are always skipped.
EXCLUDED_CHECKS=( EXCLUDED_CHECKS=(
"verify-linkcheck.sh" # runs in separate Jenkins job once per day due to high network usage "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 { function is-excluded {

View File

@ -1,5 +1,3 @@
// +build proto
/* /*
Copyright 2015 The Kubernetes Authors All rights reserved. Copyright 2015 The Kubernetes Authors All rights reserved.

View File

@ -1,5 +1,3 @@
// +build proto
/* /*
Copyright 2015 The Kubernetes Authors All rights reserved. Copyright 2015 The Kubernetes Authors All rights reserved.

View File

@ -1,5 +1,3 @@
// +build proto
/* /*
Copyright 2015 The Kubernetes Authors All rights reserved. Copyright 2015 The Kubernetes Authors All rights reserved.

View File

@ -1,5 +1,3 @@
// +build proto
/* /*
Copyright 2015 The Kubernetes Authors All rights reserved. Copyright 2015 The Kubernetes Authors All rights reserved.

View File

@ -1,5 +1,3 @@
// +build proto
/* /*
Copyright 2015 The Kubernetes Authors All rights reserved. Copyright 2015 The Kubernetes Authors All rights reserved.

View File

@ -1,5 +1,3 @@
// +build proto
/* /*
Copyright 2014 The Kubernetes Authors All rights reserved. Copyright 2014 The Kubernetes Authors All rights reserved.

View File

@ -1,5 +1,3 @@
// +build proto
/* /*
Copyright 2015 The Kubernetes Authors All rights reserved. Copyright 2015 The Kubernetes Authors All rights reserved.