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
784d264c
Commit
784d264c
authored
Feb 23, 2016
by
Eric Paris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pin Godep to version v53
which isn't horribly broken
parent
cdbbeae3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
verify-godeps.sh
hack/verify-godeps.sh
+4
-1
No files found.
hack/verify-godeps.sh
View file @
784d264c
...
@@ -56,8 +56,11 @@ trap cleanup EXIT
...
@@ -56,8 +56,11 @@ trap cleanup EXIT
# build the godep tool
# build the godep tool
export
GOPATH
=
"
${
_tmpdir
}
"
export
GOPATH
=
"
${
_tmpdir
}
"
go get
-u
github.com/tools/godep 2>/dev/null
go get
-u
github.com/tools/godep 2>/dev/null
go
install
github.com/tools/godep 2>/dev/null
GODEP
=
"
${
_tmpdir
}
/bin/godep"
GODEP
=
"
${
_tmpdir
}
/bin/godep"
pushd
"
${
GOPATH
}
/src/github.com/tools/godep"
>
/dev/null
git checkout v53
"
${
GODEP
}
"
go
install
popd
>
/dev/null
# fill out that nice clean place with the kube godeps
# fill out that nice clean place with the kube godeps
echo
"Starting to download all kubernetes godeps. This takes a while"
echo
"Starting to download all kubernetes godeps. This takes a while"
...
...
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