From 2bf169b3d544c64da89e95ee71c7a62a8267804e Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Tue, 26 Apr 2016 11:43:38 -0700 Subject: [PATCH] Make it clear where the `build` scripts are located Signed-off-by: Doug Davis --- build/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/README.md b/build/README.md index 8b53783f5ea..dd0f476027d 100644 --- a/build/README.md +++ b/build/README.md @@ -21,6 +21,8 @@ There is also early support for building Docker "run" containers ## Key scripts +The following scripts are found in the `build/` directory: + * `run.sh`: Run a command in a build docker container. Common invocations: * `run.sh hack/build-go.sh`: Build just linux binaries in the container. Pass options and packages as necessary. * `run.sh hack/build-cross.sh`: Build all binaries for all platforms @@ -33,7 +35,7 @@ There is also early support for building Docker "run" containers ## Releasing -The `release.sh` script will build a release. It will build binaries, run tests, (optionally) build runtime Docker images and then (optionally) upload all build artifacts to a GCS bucket. +The `build/release.sh` script will build a release. It will build binaries, run tests, (optionally) build runtime Docker images and then (optionally) upload all build artifacts to a GCS bucket. The main output is a tar file: `kubernetes.tar.gz`. This includes: * Cross compiled client utilities.