linkchecker tool now visits the URL to determine if it's valid

This commit is contained in:
Chao Xu
2016-01-09 17:03:39 -08:00
parent 3328cfe1c5
commit 3ec4cd423e
8 changed files with 157 additions and 51 deletions

View File

@@ -60,7 +60,7 @@ if $SILENT ; then
fi
# remove protobuf until it is part of direct generation
EXCLUDE="verify-godeps.sh verify-godep-licenses.sh verify-generated-protobuf.sh"
EXCLUDE="verify-godeps.sh verify-godep-licenses.sh verify-generated-protobuf.sh verify-linkcheck.sh"
ret=0
for t in `ls $KUBE_ROOT/hack/verify-*.sh`