From 5cb8f5bffbcfb45830d4dfc4999ac490586d20a6 Mon Sep 17 00:00:00 2001 From: Mike Spreitzer Date: Wed, 31 May 2017 23:11:27 -0400 Subject: Updates to development.md wrt Bazel Emphasized that the local repo location is not optional. Added a pointer to the page about building with Bazel. Resolves #597 --- contributors/devel/development.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/contributors/devel/development.md b/contributors/devel/development.md index b65eea12..94eee829 100644 --- a/contributors/devel/development.md +++ b/contributors/devel/development.md @@ -172,6 +172,13 @@ dependencies](godep.md). +## Build with Bazel/Gazel + +Building with Bazel is currently experimental. For more information, +see [Build with Bazel]. + + + ## Workflow ![Git workflow](git_workflow.png) @@ -190,7 +197,10 @@ Define a local working directory: ```sh # If your GOPATH has multiple paths, pick -# just one and use it instead of $GOPATH here +# just one and use it instead of $GOPATH here. +# You must follow exactly this pattern, +# neither `$GOPATH/src/github.com/${your github profile name/` +# nor any other pattern will work. working_dir=$GOPATH/src/k8s.io ``` @@ -379,3 +389,4 @@ masse. This makes reviews easier. [kubernetes.io]: https://kubernetes.io [mercurial]: http://mercurial.selenic.com/wiki/Download [test-image]: https://github.com/kubernetes/test-infra/tree/master/jenkins/test-image +[Build with Bazel]: bazel.md -- cgit v1.2.3