mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
* Rewrite a bunch of the hack/ directory with modular reusable bash libraries.
* Have 'build/*' build on 'hack/*'. The stuff in build now just runs hack/* in a docker container.
* Use a docker data container to enable faster incremental builds.
* Standardize output to _output/{local,dockerized}/bin/OS/ARCH/*. This regularized placement makes cross compilation work.
* Move travis specific scripts under hack/travis
With new dockerized incremental builds, I can do a no-op `make quick-release` in ~30s. This is a significant improvement.
|
||
|---|---|---|
| .. | ||
| config-default.sh | ||
| config-test.sh | ||
| pod-ip-test.sh | ||
| provision-config.sh | ||
| provision-master.sh | ||
| provision-minion.sh | ||
| provision-network.sh | ||
| util.sh | ||