kubernetes/hack
Eric Paris 6766b732a5 Update verify-godeps.sh to actually work
The diff was incorrect. It was doing `diff -NIaupr`. And so diff was
interpreting the argument to -I to be `aupr`. So it was not running
recursively. The fix is not so simple because there is an intentionally
broken symlink in one of the godeps. Which diff -r fails on by default.
On linux there is an options to not dereference symlink and just make
sure they point to the same thing. No so on OS X. So we have to exclude
all files called "symlink". Which thankfully there is only one of.
2015-09-19 16:55:12 -04:00
..
after-build Moving Status object to a common package 2015-09-17 14:09:53 -07:00
boilerplate Speed up pre-commit boilerplate by only checking changed files 2015-08-14 10:19:33 -04:00
e2e-internal e2e test cluster stability during upgrade 2015-06-11 15:10:52 -07:00
gen-swagger-doc updating all references in .sh scripts 2015-08-12 14:41:59 -07:00
jenkins Fix regex to banish KubeProxy test as slow. 2015-09-19 00:59:03 -07:00
lib Fix doc generation on Macs 2015-09-16 20:13:14 -04:00
travis Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
verify-flags Merge pull request #13447 from pweil-/pid-mode 2015-09-16 23:34:35 -07: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 remove other cluster addon references for container build 2015-08-13 10:23:55 -07: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 updating all references in .sh scripts 2015-08-12 14:41:59 -07:00
conformance-test.sh Add generic master detector; simplify conformance. 2015-08-19 13:20:22 -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 Explicitly log how long each step of e2e setup/test/teardown takes. 2015-09-15 15:04:05 -07: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 Add generic master detector; simplify conformance. 2015-08-19 13:20:22 -07:00
kube-dump.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
local-up-cluster.sh Merge pull request #13447 from pweil-/pid-mode 2015-09-16 23:34:35 -07: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 pull "kubectl edit" from openshift upstream 2015-09-15 19:16:23 -07:00
test-go.sh hack/test-go.sh: make kube::test::find_dirs actually work correctly 2015-09-15 23:32:23 -07:00
test-integration.sh register experimental/v1 in test-cmd.sh and test-integration.sh 2015-09-11 17:34:32 -07:00
test-update-storage-objects.sh Update code to use - in flag names instead of _ 2015-08-11 16:31:52 -04:00
update-all.sh Add an hack/update-all.sh script that run all update scripts 2015-09-07 09:36:07 +02: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-generated-swagger-docs.sh Moving Status object to a common package 2015-09-17 14:09:53 -07:00
update-gofmt.sh Fix tooling for apis/experimental's new home 2015-09-11 16:06:10 -07: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-all.sh Add newline to the end of bash scripts 2015-09-18 19:35:05 +03:00
verify-boilerplate.sh Speed up pre-commit boilerplate by only checking changed files 2015-08-14 10:19:33 -04:00
verify-description.sh hack and hooks scripts for generating swagger docs 2015-08-22 02:27:41 +02:00
verify-flags-underscore.py Fixed typo in verify-flags-underscore 2015-08-26 13:29:10 +02: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-generated-swagger-docs.sh hack and hooks scripts for generating swagger docs 2015-08-22 02:27:41 +02:00
verify-godeps.sh Update verify-godeps.sh to actually work 2015-09-19 16:55:12 -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