mirror of https://github.com/apache/lucene.git
whitelist this link
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1433004 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
64dee0264b
commit
05190ad60f
|
@ -197,6 +197,9 @@ def checkAll(dirName):
|
||||||
elif link.find('lucene.apache.org/java/docs/discussion.html') != -1:
|
elif link.find('lucene.apache.org/java/docs/discussion.html') != -1:
|
||||||
# OK
|
# OK
|
||||||
pass
|
pass
|
||||||
|
elif link.find('lucene.apache.org/core/discussion.html') != -1:
|
||||||
|
# OK
|
||||||
|
pass
|
||||||
elif link.find('lucene.apache.org/solr/mirrors-solr-latest-redir.html') != -1:
|
elif link.find('lucene.apache.org/solr/mirrors-solr-latest-redir.html') != -1:
|
||||||
# OK
|
# OK
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue