Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
e5ed5f1c
Unverified
Commit
e5ed5f1c
authored
Apr 11, 2018
by
Matthew Fisher
Committed by
GitHub
Apr 11, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3872 from mrueg/remove-hg
Remove Mercurial build-time dependency
parents
8365c893
87cd8ce7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
6 deletions
+1
-6
Makefile
Makefile
+0
-4
developers.md
docs/developers.md
+0
-1
install.md
docs/install.md
+1
-1
No files found.
Makefile
View file @
e5ed5f1c
...
@@ -120,7 +120,6 @@ coverage:
...
@@ -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
...
@@ -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
...
...
docs/developers.md
View file @
e5ed5f1c
...
@@ -10,7 +10,6 @@ Helm and Tiller.
...
@@ -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
...
...
docs/install.md
View file @
e5ed5f1c
...
@@ -81,7 +81,7 @@ Building Helm from source is slightly more work, but is the best way to
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment