Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-15266

Audit all refs to lucene.apache.org in solr git repo

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      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 ...

      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
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              hossman Chris M. Hostetter
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: