Chris M. Hostetter created SOLR-15266:
-----------------------------------------

             Summary: Audit all refs to lucene.apache.org in solr git repo
                 Key: SOLR-15266
                 URL: https://issues.apache.org/jira/browse/SOLR-15266
             Project: Solr
          Issue Type: Task
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Chris M. Hostetter


On a clean check out of the solr repo 'main'branch, there are 453 lines spread 
over 120 files that refer to {{lucene.apache.org}}

These all need audited since most of them should probably now refer to 
{{solr.apache.org}} ...

{noformat}
hossman@slate:~/lucene/solr [main] $ find -type f | grep -v ./.git | xargs grep 
-lI lucene.apache.org | wc -l
120
hossman@slate:~/lucene/solr [main] $ find -type f | grep -v ./.git | xargs grep 
-I lucene.apache.org | wc -l
453
hossman@slate:~/lucene/solr [main] $ find -type f | grep -v ./.git | xargs grep 
-I lucene.apache.org/solr | wc -l
376
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to