Remove Mercurial build-time dependency

Since the only dep (bitbucket.org/ww/goautoneg) that required it is gone in
845e990143 (diff-f16a80eae23d5b298c2652448ec420cfL4)
pull/3872/head
Manuel Rüger 8 years ago
parent 8365c893dd
commit 87cd8ce79a

@ -120,7 +120,6 @@ coverage:
HAS_GLIDE := $(shell command -v glide;) HAS_GLIDE := $(shell command -v glide;)
HAS_GOX := $(shell command -v gox;) HAS_GOX := $(shell command -v gox;)
HAS_GIT := $(shell command -v git;) HAS_GIT := $(shell command -v git;)
HAS_HG := $(shell command -v hg;)
.PHONY: bootstrap .PHONY: bootstrap
bootstrap: bootstrap:
@ -133,9 +132,6 @@ endif
ifndef HAS_GIT ifndef HAS_GIT
$(error You must install Git) $(error You must install Git)
endif
ifndef HAS_HG
$(error You must install Mercurial)
endif endif
glide install --strip-vendor glide install --strip-vendor
go build -o bin/protoc-gen-go ./vendor/github.com/golang/protobuf/protoc-gen-go go build -o bin/protoc-gen-go ./vendor/github.com/golang/protobuf/protoc-gen-go

@ -10,7 +10,6 @@ Helm and Tiller.
- A Kubernetes cluster w/ kubectl (optional) - A Kubernetes cluster w/ kubectl (optional)
- The gRPC toolchain - The gRPC toolchain
- Git - Git
- Mercurial
## Building Helm/Tiller ## Building Helm/Tiller

@ -81,7 +81,7 @@ Building Helm from source is slightly more work, but is the best way to
go if you want to test the latest (pre-release) Helm version. go if you want to test the latest (pre-release) Helm version.
You must have a working Go environment with You must have a working Go environment with
[glide](https://github.com/Masterminds/glide) and Mercurial installed. [glide](https://github.com/Masterminds/glide) installed.
```console ```console
$ cd $GOPATH $ cd $GOPATH

Loading…
Cancel
Save