From 4b5a1d8ccbc9af444a8fee59894024ec5677aef3 Mon Sep 17 00:00:00 2001 From: Mikhail Mazurskiy Date: Tue, 18 Jul 2017 11:04:46 +1000 Subject: [PATCH] Add missing update staging godeps command --- contributors/devel/godep.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contributors/devel/godep.md b/contributors/devel/godep.md index 10b32dac1..7f2365623 100644 --- a/contributors/devel/godep.md +++ b/contributors/devel/godep.md @@ -90,6 +90,9 @@ rm -rf vendor ./hack/update-bazel.sh ./hack/update-godep-licenses.sh ./hack/update-staging-client-go.sh +# If you haven't followed this doc step-by-step and haven't created a dedicated GOPATH, +# make sure there is no client-go or other staging repo in $GOPATH before running the next command. +./hack/update-staging-godeps.sh git checkout -- $(git status -s | grep "^ D" | awk '{print $2}' | grep ^Godeps) ```