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
8b3bf138
Unverified
Commit
8b3bf138
authored
Jul 07, 2017
by
Christoph Blecker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix godep verify to use godep restore script
parent
2b111c5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
verify-godeps.sh
hack/verify-godeps.sh
+2
-7
No files found.
hack/verify-godeps.sh
View file @
8b3bf138
...
@@ -86,13 +86,8 @@ _kubetmp="${_kubetmp}/kubernetes"
...
@@ -86,13 +86,8 @@ _kubetmp="${_kubetmp}/kubernetes"
export
GOPATH
=
"
${
_tmpdir
}
"
export
GOPATH
=
"
${
_tmpdir
}
"
pushd
"
${
_kubetmp
}
"
2>&1
>
/dev/null
pushd
"
${
_kubetmp
}
"
2>&1
>
/dev/null
kube::util::ensure_godep_version v79
# Restore the Godeps into our temp directory
hack/godep-restore.sh
export
GOPATH
=
"
${
GOPATH
}
:
${
_kubetmp
}
/staging"
# Fill out that nice clean place with the kube godeps
echo
"Starting to download all kubernetes godeps. This takes a while"
godep restore
echo
"Download finished"
# Destroy deps in the copy of the kube tree
# Destroy deps in the copy of the kube tree
rm
-rf
./Godeps ./vendor
rm
-rf
./Godeps ./vendor
...
...
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