From 10378ad61d3080b543d9dbfa37532b3e04845306 Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Wed, 20 Dec 2017 10:16:05 -0800 Subject: [PATCH] Add TIP of dep for installing hg command --- docs/dep.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/dep.md b/docs/dep.md index 8a49979c308d..79950e899a9f 100644 --- a/docs/dep.md +++ b/docs/dep.md @@ -24,3 +24,10 @@ hack/update-bazel.sh ``` To prune unneeded deps, and then update all the bazel files that `dep` blows away. + +## Tips + +If `dep ensure` doesn't come back and freezes, please make sure `hg` command is +installed on your environment. `dep ensure` requires `hg` command for getting +bitbucket.org/ww/goautoneg , but `dep ensure` doesn't output such error message +and just freezes. [reference](https://github.com/kubernetes/test-infra/issues/5987)