Commit 7e5b59b0 authored by Tim Hockin's avatar Tim Hockin

Include almost the whole tree in the build img

parent 2a7b2fd3
...@@ -481,24 +481,9 @@ function kube::build::build_image_built() { ...@@ -481,24 +481,9 @@ function kube::build::build_image_built() {
# The set of source targets to include in the kube-build image # The set of source targets to include in the kube-build image
function kube::build::source_targets() { function kube::build::source_targets() {
local targets=( local targets=(
api $(find . -mindepth 1 -maxdepth 1 -not \( \
build \( -path ./_\* -o -path ./.git\* \) -prune \
cluster \))
cmd
docs
examples
federation
Godeps/Godeps.json
hack
LICENSE
pkg
plugin
DESIGN.md
README.md
test
third_party
vendor
contrib/mesos
) )
if [ -n "${KUBERNETES_CONTRIB:-}" ]; then if [ -n "${KUBERNETES_CONTRIB:-}" ]; then
for contrib in "${KUBERNETES_CONTRIB}"; do for contrib in "${KUBERNETES_CONTRIB}"; do
......
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