Merge pull request #1409 from r2d4/typo

Typo in restore script
pull/1420/head
Matt Rickard 2017-04-26 09:43:21 -07:00 committed by GitHub
commit 53a38e967e
2 changed files with 9 additions and 8 deletions

13
Godeps/Godeps.json generated
View File

@ -722,12 +722,12 @@
},
{
"ImportPath": "github.com/docker/distribution/digest",
"Comment": "v2.4.0-rc.1-38-gcd27f17",
"Comment": "v2.4.0-rc.1-38-gcd27f179",
"Rev": "cd27f179f2c10c5d300e6d09025b538c475b0d51"
},
{
"ImportPath": "github.com/docker/distribution/reference",
"Comment": "v2.4.0-rc.1-38-gcd27f17",
"Comment": "v2.4.0-rc.1-38-gcd27f179",
"Rev": "cd27f179f2c10c5d300e6d09025b538c475b0d51"
},
{
@ -1092,22 +1092,22 @@
},
{
"ImportPath": "github.com/gogo/protobuf/gogoproto",
"Comment": "v0.2-33-ge18d7aa",
"Comment": "v0.2-33-ge18d7aa8",
"Rev": "e18d7aa8f8c624c915db340349aad4c49b10d173"
},
{
"ImportPath": "github.com/gogo/protobuf/proto",
"Comment": "v0.2-33-ge18d7aa",
"Comment": "v0.2-33-ge18d7aa8",
"Rev": "e18d7aa8f8c624c915db340349aad4c49b10d173"
},
{
"ImportPath": "github.com/gogo/protobuf/protoc-gen-gogo/descriptor",
"Comment": "v0.2-33-ge18d7aa",
"Comment": "v0.2-33-ge18d7aa8",
"Rev": "e18d7aa8f8c624c915db340349aad4c49b10d173"
},
{
"ImportPath": "github.com/gogo/protobuf/sortkeys",
"Comment": "v0.2-33-ge18d7aa",
"Comment": "v0.2-33-ge18d7aa8",
"Rev": "e18d7aa8f8c624c915db340349aad4c49b10d173"
},
{
@ -1793,6 +1793,7 @@
},
{
"ImportPath": "github.com/pelletier/go-buffruneio",
"Comment": "v0.1.0",
"Rev": "df1e16fde7fc330a0ca68167c23bf7ed6ac31d6d"
},
{

View File

@ -27,14 +27,14 @@ godep::ensure_godep_version v79
# We can't 'go get kubernetes' so this hack is here
mkdir -p ${K8S_ORG_ROOT}
if [ ! -d "${KUBE_ROOT}" ]; then
pushd ${#GOPATH} >/dev/null
pushd ${K8S_ORG_ROOT} >/dev/null
git clone https://github.com/kubernetes/kubernetes.git
popd >/dev/null
fi
pushd ${KUBE_ROOT} >/dev/null
git checkout ${KUBE_VERSION}
godep restore ./...
./hack/godep-restore.sh
popd >/dev/null
godep::sync_staging