summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
authorMike Danese <mikedanese@google.com>2016-10-24 10:28:07 -0700
committerMike Danese <mikedanese@google.com>2016-10-24 14:41:56 -0700
commite7c50a8122a5a77edccb7b89e7fc5c16a3dd8315 (patch)
tree42115171e6d20645d5dc3b37ddec5011b7aaf27a /development.md
parent1b3c1c71fcec7ba6d9a41e8a6913263413fd2e30 (diff)
rename build/ to build-tools/
Diffstat (limited to 'development.md')
-rw-r--r--development.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/development.md b/development.md
index 2a0e0410..d36f7ec3 100644
--- a/development.md
+++ b/development.md
@@ -49,7 +49,7 @@ branch, but release branches of Kubernetes should not change.
Official releases are built using Docker containers. To build Kubernetes using
Docker please follow [these instructions]
-(http://releases.k8s.io/HEAD/build/README.md).
+(http://releases.k8s.io/HEAD/build-tools/README.md).
## Building Kubernetes on a local OS/shell environment
@@ -142,10 +142,10 @@ bump to a minor release version for security updates.
Since kubernetes is mostly built and tested in containers, there are a few
unique places you need to update the go version.
-- The image for cross compiling in [build/build-image/cross/](../../build/build-image/cross/). The `VERSION` file and `Dockerfile`.
+- The image for cross compiling in [build-tools/build-image/cross/](../../build-tools/build-image/cross/). The `VERSION` file and `Dockerfile`.
- Update [dockerized-e2e-runner.sh](https://github.com/kubernetes/test-infra/blob/master/jenkins/dockerized-e2e-runner.sh) to run a kubekins-e2e with the desired go version, which requires pushing [e2e-image](https://github.com/kubernetes/test-infra/tree/master/jenkins/e2e-image) and [test-image](https://github.com/kubernetes/test-infra/tree/master/jenkins/test-image) images that are `FROM` the desired go version.
- The docker image being run in [hack/jenkins/gotest-dockerized.sh](../../hack/jenkins/gotest-dockerized.sh).
-- The cross tag `KUBE_BUILD_IMAGE_CROSS_TAG` in [build/common.sh](../../build/common.sh)
+- The cross tag `KUBE_BUILD_IMAGE_CROSS_TAG` in [build-tools/common.sh](../../build-tools/common.sh)
## Workflow