• Eric Paris's avatar
    Update verify-godeps.sh to actually work · 6766b732
    Eric Paris authored
    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.
    6766b732
Name
Last commit
Last update
..
after-build Loading commit data...
boilerplate Loading commit data...
e2e-internal Loading commit data...
gen-swagger-doc Loading commit data...
jenkins Loading commit data...
lib Loading commit data...
travis Loading commit data...
verify-flags Loading commit data...
benchmark-go.sh Loading commit data...
benchmark-integration.sh Loading commit data...
build-cross.sh Loading commit data...
build-go.sh Loading commit data...
build-ui.sh Loading commit data...
cherry_pick_list.sh Loading commit data...
cherry_pick_pull.sh Loading commit data...
conformance-test.sh Loading commit data...
dev-build-and-push.sh Loading commit data...
dev-build-and-up.sh Loading commit data...
e2e-from-release.sh Loading commit data...
e2e-test.sh Loading commit data...
e2e.go Loading commit data...
get-build.sh Loading commit data...
ginkgo-e2e.sh Loading commit data...
kube-dump.sh Loading commit data...
local-up-cluster.sh Loading commit data...
lookup_pull.py Loading commit data...
parallel-e2e.sh Loading commit data...
test-cmd.sh Loading commit data...
test-go.sh Loading commit data...
test-integration.sh Loading commit data...
test-update-storage-objects.sh Loading commit data...
update-all.sh Loading commit data...
update-generated-conversions.sh Loading commit data...
update-generated-deep-copies.sh Loading commit data...
update-generated-docs.sh Loading commit data...
update-generated-swagger-docs.sh Loading commit data...
update-gofmt.sh Loading commit data...
update-swagger-spec.sh Loading commit data...
upgrade-e2e-test.sh Loading commit data...
verify-all.sh Loading commit data...
verify-boilerplate.sh Loading commit data...
verify-description.sh Loading commit data...
verify-flags-underscore.py Loading commit data...
verify-generated-conversions.sh Loading commit data...
verify-generated-deep-copies.sh Loading commit data...
verify-generated-docs.sh Loading commit data...
verify-generated-swagger-docs.sh Loading commit data...
verify-godeps.sh Loading commit data...
verify-gofmt.sh Loading commit data...
verify-linkcheck.sh Loading commit data...
verify-swagger-spec.sh Loading commit data...
vet-go.sh Loading commit data...