kubernetes/hack/lib
Tim Hockin 8d7adb7d94 Fix umask better
While the umask was previously set for builds (and in fact `docker run`
sets it to 0022 by default), the release pipeline `cp`'s files (with
`-a`) which respect the user's umask, and is outside of the build path.

This sets the umask in a common function called by all build tools,
which Stephen agreed was the simplest and most complete fix.  The
`verify-prereqs` function is already poorly named for what it does, and
this only makes it epsilon worse.
2020-05-11 13:23:54 -07:00
..
.gitattributes Capture git export-subst strings in version.sh for 'git archive' use. 2017-11-09 16:36:27 -08:00
BUILD cluster: move logging library to hack/ 2018-01-13 16:37:50 -08:00
etcd.sh Update default etcd server to 3.4.7 2020-04-13 14:37:56 -07:00
golang.sh Fix umask better 2020-05-11 13:23:54 -07:00
init.sh Promoting EndpointSlices to beta 2019-11-13 14:20:19 -08:00
logging.sh fix shellcheck failures of hack/lib/logging.sh hack/lib/protoc.sh 2019-04-12 16:00:23 +08:00
protoc.sh fix shellcheck failures of hack/lib/logging.sh hack/lib/protoc.sh 2019-04-12 16:00:23 +08:00
swagger.sh fix hack/lib/swagger.sh shellcheck failures 2019-06-25 22:09:31 -07:00
test.sh Fix run_kubectl_sort_by_tests 2019-11-07 02:26:45 -05:00
util.sh Update find-binary-for-platform to work with non-GNU versions of find 2020-05-01 16:19:00 -07:00
version.sh Allow users to use custom tags 2019-10-04 12:18:18 +03:00