k3s/hack/lib
Kubernetes Submit Queue cdbfff0773
Merge pull request #57222 from xialonglee/keep-ldfalgs-spaces-safe
Automatic merge from submit-queue (batch tested with PRs 55475, 57155, 57260, 57222). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

make sure that 'ldflags' are space-safe

**What this PR does / why we need it**:
Recently I met the problem as #56216 described, I download the source-tar of 1.8.5 and run `make` command failed because of invalid ldflag: 
 `-X k8s.io/kubernetes/pkg/version.gitTreeState=git archive`

Though #56249 has change version string `git archive` to `archive`, i think we should avoid this problem happen again.

cc @ixdy 

**Release note**: NONE
2017-12-18 19:45:46 -08:00
..
.gitattributes Capture git export-subst strings in version.sh for 'git archive' use. 2017-11-09 16:36:27 -08:00
BUILD Remove kubectl's dependence on schema file in pkg/api/validation. 2017-08-16 16:38:28 -07:00
etcd.sh etcd: update version to 3.1.10 2017-10-02 12:27:46 -07:00
golang.sh Merge pull request #47497 from mikedanese/binary 2017-11-08 22:11:53 -08:00
init.sh Merge pull request #49112 from gmarek/eventAPI 2017-11-22 21:48:42 -08:00
protoc.sh Fixup after k8s.io/{kube-gen -> code-generator} rename 2017-08-17 17:55:12 +02:00
swagger.sh Use k8s.gcr.io vanity domain for container images 2017-12-18 09:18:34 -08:00
test.sh add cmd-test for sort-by command 2017-08-11 15:53:31 +08:00
util.sh Unmute curl when fetching cfssl. 2017-11-27 08:09:13 +01:00
version.sh Merge pull request #57222 from xialonglee/keep-ldfalgs-spaces-safe 2017-12-18 19:45:46 -08:00