[ https://issues.apache.org/jira/browse/SOLR-15266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17301819#comment-17301819 ]
Chris M. Hostetter commented on SOLR-15266: ------------------------------------------- I would suggest that folks help tackle these in small chunks, via Sub-Tasks with summaries identifying what subdir they are reviewing. > 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 > Priority: Major > > 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)