Skip to content

Commit

Permalink
Merge pull request kubernetes#591 from kubernetes/update-godep-instru…
Browse files Browse the repository at this point in the history
…ctions

contributors/devel: update godeps instructions with required hack scripts
  • Loading branch information
eparis authored May 1, 2017
2 parents 08f4fc7 + 78dc6fe commit 7f72640
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion contributors/devel/godep.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export GOPATH=$KPATH

```sh
cd $KPATH/src/k8s.io/kubernetes
godep restore
./hack/godep-restore.sh
```

4) Next, you can either add a new dependency or update an existing one.
Expand Down Expand Up @@ -86,6 +86,10 @@ godep get $DEP/...
rm -rf Godeps
rm -rf vendor
./hack/godep-save.sh
# Regenerate removed BUILD, licenses, and client-go Godeps files.
./hack/update-bazel.sh
./hack/update-godeps-licenses.sh
./hack/update-staging-client-go.sh
git checkout -- $(git status -s | grep "^ D" | awk '{print $2}' | grep ^Godeps)
```

Expand Down

0 comments on commit 7f72640

Please sign in to comment.