Added scheduler binaries plus other misc fixes

* Support cleaning out built docker images
* Use bash arrays in places
* Lock etcd version we are testing against
This commit is contained in:
Joe Beda
2014-09-08 16:12:38 -07:00
parent ec8ede9354
commit 7fc3a6c050
9 changed files with 122 additions and 38 deletions

View File

@@ -22,4 +22,8 @@ source $(dirname $0)/common.sh
kube::build::verify-prereqs
kube::build::build-image
echo "+++ Cleaning out _output/build/*"
kube::build::run-build-command rm -rf _output/build/*
kube::build::clean-images