kubernetes/hack/lib
Kubernetes Submit Queue e9d34a692d Merge pull request #42309 from cblecker/godep-race
Automatic merge from submit-queue (batch tested with PRs 42128, 42064, 42253, 42309, 42322)

Fix godep race in local builds

**What this PR does / why we need it**:
This fixes a small race condition when building a godep version other than the latest. As you're building godep once, and then building it again after checkout, this can cause inconsistency in the version selected for use. This fix tells the first `go get` to only download and not build. Then we build manually after checking out the target version.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2017-03-02 05:00:54 -08:00
..
BUILD Build release tarballs in bazel and add make bazel-release rule 2017-01-13 16:17:44 -08:00
etcd.sh avoid ls'ing third_party/etcd 2017-02-23 11:11:31 -08:00
golang.sh New command: gke-certificates-controller 2017-02-24 14:35:32 -08:00
init.sh Add storage.k8s.io/v1 2017-03-02 08:55:25 +01:00
swagger.sh Switch generator logic to use pkg/apis/meta/v1 2016-12-03 18:57:30 -05:00
test.sh Add cascading deletion test cases to kubectl tests 2017-02-23 12:04:13 -08:00
util.sh Fix godep race in local builds 2017-02-28 20:17:55 -08:00
version.sh build: Fix version generation. 2016-10-17 09:13:22 +02:00