Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
50fd906f
Unverified
Commit
50fd906f
authored
Jun 25, 2018
by
Christoph Blecker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update vendored tool go install location to use GOPATH
parent
2edd1070
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
util.sh
hack/lib/util.sh
+1
-1
verify-spelling.sh
hack/verify-spelling.sh
+1
-1
No files found.
hack/lib/util.sh
View file @
50fd906f
...
@@ -435,7 +435,7 @@ kube::util::ensure_godep_version() {
...
@@ -435,7 +435,7 @@ kube::util::ensure_godep_version() {
fi
fi
kube::log::status
"Installing godep version
${
GODEP_VERSION
}
"
kube::log::status
"Installing godep version
${
GODEP_VERSION
}
"
go
install
.
/vendor/github.com/tools/godep/
go
install
k8s.io/kubernetes
/vendor/github.com/tools/godep/
if
!
which godep
>
/dev/null 2>&1
;
then
if
!
which godep
>
/dev/null 2>&1
;
then
kube::log::error
"Can't find godep - is your GOPATH 'bin' in your PATH?"
kube::log::error
"Can't find godep - is your GOPATH 'bin' in your PATH?"
kube::log::error
" GOPATH:
${
GOPATH
}
"
kube::log::error
" GOPATH:
${
GOPATH
}
"
...
...
hack/verify-spelling.sh
View file @
50fd906f
...
@@ -25,7 +25,7 @@ export GOBIN="${KUBE_OUTPUT_BINPATH}"
...
@@ -25,7 +25,7 @@ export GOBIN="${KUBE_OUTPUT_BINPATH}"
PATH
=
"
${
GOBIN
}
:
${
PATH
}
"
PATH
=
"
${
GOBIN
}
:
${
PATH
}
"
# Install tools we need, but only from vendor/...
# Install tools we need, but only from vendor/...
go
install
.
/vendor/github.com/client9/misspell/cmd/misspell
go
install
k8s.io/kubernetes
/vendor/github.com/client9/misspell/cmd/misspell
# Spell checking
# Spell checking
# All the skipping files are defined in hack/.spelling_failures
# All the skipping files are defined in hack/.spelling_failures
...
...
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