kubernetes/hack
Eric Paris 3b7c39656c Split hack/{verify,update}-* files so we don't always go build
Right now some of the hack/* tools use `go run` and build almost every
time. There are some which expect you to have already run `go install`.
And in all cases the pre-commit hook, which runs a full build wouldn't
want to do either, since it just built!

This creates a new hack/after-build/ directory and has the scripts which
REQUIRE that the binary already be built. It doesn't test and complain.
It just fails miserably. Users should not be in this directory. Users
should just use hack/verify-* which will just do the build and then call
the "after-build" version. The pre-commit hook or anything which KNOWS
the binaries have been built can use the fast version.
2015-08-11 14:20:46 -04:00
..
after-build Split hack/{verify,update}-* files so we don't always go build 2015-08-11 14:20:46 -04:00
boilerplate Move boilerplate from hooks/ to hack/ 2015-08-11 14:20:38 -04:00
e2e-internal e2e test cluster stability during upgrade 2015-06-11 15:10:52 -07:00
gen-swagger-doc typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
jenkins Revert "Add e2e test monitoring current container resource usage" 2015-08-07 22:40:15 -07:00
lib hack/lib/etcd: remove unused local var 2015-08-11 14:20:38 -04:00
travis Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
benchmark-go.sh make benchmark able to run only specific packages 2015-05-04 14:28:37 -07:00
benchmark-integration.sh Updating scripts to use v1 instead of v1beta3 2015-07-01 00:23:16 -07:00
build-cross.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
build-go.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
build-ui.sh Move boilerplate from hooks/ to hack/ 2015-08-11 14:20:38 -04:00
cherry_pick_list.sh Add hack/cherry_pick_list.sh to list all automated cherry picks 2015-07-15 10:30:00 -07:00
cherry_pick_pull.sh Merge pull request #12305 from GoogleCloudPlatform/puller 2015-08-06 16:08:30 -07:00
conformance-test.sh Update conformance test. 2015-07-09 09:08:48 -07:00
dev-build-and-push.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
dev-build-and-up.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
e2e-from-release.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
e2e-test.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
e2e.go typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
get-build.sh add documentation and script on how to get recent and "nightly" builds 2015-06-29 14:50:41 -07:00
ginkgo-e2e.sh Implement 'Nodes Network' test for GKE; add optional verbose SSH. 2015-08-06 14:25:53 -07:00
kube-dump.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
local-up-cluster.sh Convert hack/ from --flag_name= to --flag-name= 2015-08-07 11:00:13 -04:00
lookup_pull.py Add hack/cherry_pick_list.sh to list all automated cherry picks 2015-07-15 10:30:00 -07:00
parallel-e2e.sh Remove restriction that cluster-cidr be a class-b 2015-05-06 15:01:13 -07:00
test-cmd.sh Convert hack/ from --flag_name= to --flag-name= 2015-08-07 11:00:13 -04:00
test-go.sh Remove v1beta3 2015-07-23 17:21:27 -07:00
test-integration.sh Remove v1beta3 2015-07-23 17:21:27 -07:00
test-update-storage-objects.sh Convert hack/ from --flag_name= to --flag-name= 2015-08-07 11:00:13 -04:00
update-generated-conversions.sh Split hack/{verify,update}-* files so we don't always go build 2015-08-11 14:20:46 -04:00
update-generated-deep-copies.sh Split hack/{verify,update}-* files so we don't always go build 2015-08-11 14:20:46 -04:00
update-generated-docs.sh Split hack/{verify,update}-* files so we don't always go build 2015-08-11 14:20:46 -04:00
update-swagger-spec.sh Split hack/{verify,update}-* files so we don't always go build 2015-08-11 14:20:46 -04:00
upgrade-e2e-test.sh remove e2e run before cluster upgrade 2015-06-17 17:02:04 -07:00
verify-boilerplate.sh Move boilerplate from hooks/ to hack/ 2015-08-11 14:20:38 -04:00
verify-description.sh Move description.sh from hack/ to hooks/ 2015-08-11 14:20:38 -04:00
verify-generated-conversions.sh Split hack/{verify,update}-* files so we don't always go build 2015-08-11 14:20:46 -04:00
verify-generated-deep-copies.sh Split hack/{verify,update}-* files so we don't always go build 2015-08-11 14:20:46 -04:00
verify-generated-docs.sh Split hack/{verify,update}-* files so we don't always go build 2015-08-11 14:20:46 -04:00
verify-gofmt.sh Support 1.5 in verify-gofmt 2015-08-04 19:59:19 -04:00
verify-linkcheck.sh Split hack/{verify,update}-* files so we don't always go build 2015-08-11 14:20:46 -04:00
verify-swagger-spec.sh Split hack/{verify,update}-* files so we don't always go build 2015-08-11 14:20:46 -04:00
vet-go.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00