Benjamin Elder
621b78b3f6
make build/shell.sh pass shellcheck
2019-01-16 00:24:27 -08:00
Matthias Bertschy
9b15af19b2
Update all script to use /usr/bin/env bash in shebang
2018-04-19 13:20:13 +02:00
Christoph Blecker
4d63e13c9f
Add option to copy output when running the build shell
2017-08-25 16:58:06 -07:00
Jeff Grafton
27d096d27d
Rename build-tools/ back to build/
2016-12-14 13:42:15 -08:00
Mike Danese
27116c6818
rename build/ to build-tools/
2016-10-24 14:41:56 -07:00
Joe Beda
f861163a15
Move release code (bash) out of build/common.sh
2016-10-03 19:42:21 -07:00
Anton Khramov
745d253d72
build: fixed ${KUBE_ROOT} prefix for build scripts
2016-07-05 14:47:31 +02:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
Eric Paris
6b3a6e6b98
Make copyright ownership statement generic
...
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
2015-05-01 17:49:56 -04:00
Joe Beda
5d33ce46cc
Rework hack/ and build/ directories.
...
* 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.
2014-11-01 17:56:41 -07:00
Joe Beda
96c1bc17ca
Set shell options for reliability.
...
Tweak a few other small things in our shell scripts.
2014-10-10 12:33:36 -07:00
Joe Beda
d43a6ec5a3
Standardize how we refer to the kubernetes root.
...
Now use $KUBE_ROOT as the variable pretty much everywhere.
2014-10-10 12:33:36 -07:00
Joe Beda
428a653ffb
Normalize some of the boilerplate in each of the `build` commands.
2014-10-10 12:30:12 -07:00
Joe Beda
ed5bfa2f0f
Match shell style guide.
...
Looking at https://google-styleguide.googlecode.com/svn/trunk/shell.xml
2014-09-09 16:04:41 -07:00
Joe Beda
233765967b
Namespace bash functions under build
2014-09-08 09:35:03 -07:00
Joe Beda
4547cee6cb
Build runtime Docker images.
...
Also added release process to push these images to GCS.
2014-06-20 10:51:50 -07:00
Joe Beda
4f63a690ee
Support cross compilation.
...
Also add more utilities to copy and clean stuff.
2014-06-17 16:10:57 -07:00
Joe Beda
570ebf54a9
Build Kubernetes in Docker.
...
Scripts and Dockerfile to build a container image, build binaries, run tests, etc. Also copy output back out to the host machine.
2014-06-17 14:52:38 -07:00