summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Danese <mikedanese@gmail.com>2017-06-02 13:43:12 -0700
committerGitHub <noreply@github.com>2017-06-02 13:43:12 -0700
commite35e5ebb875d89fd083519376ec3579d3d306293 (patch)
treee419a1226a76fc8e15d9185a6cbb0d2c93b25e70
parent1ea8e630d3b32b21d6c11cca55616e7b0f2e3509 (diff)
parent5cb8f5bffbcfb45830d4dfc4999ac490586d20a6 (diff)
Merge pull request #675 from MikeSpreitzer/issue-597
Updates to development.md wrt Bazel
-rw-r--r--contributors/devel/development.md13
1 files changed, 12 insertions, 1 deletions
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