You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2021/08/22 11:43:13 UTC

[lucene-solr] branch branch_8x updated: LUCENE-10055, SOLR-15593: Update scripts and documentation to refer to new Javadocs/Refguide folder

This is an automated email from the ASF dual-hosted git repository.

uschindler pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new cf72470  LUCENE-10055, SOLR-15593: Update scripts and documentation to refer to new Javadocs/Refguide folder
cf72470 is described below

commit cf72470e1f1bb3be5878d7f86e9e917bf298656c
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Sun Aug 22 13:31:35 2021 +0200

    LUCENE-10055, SOLR-15593: Update scripts and documentation to refer to new Javadocs/Refguide folder
---
 dev-tools/scripts/releaseWizard.yaml           | 4 ++--
 solr/solr-ref-guide/src/meta-docs/publish.adoc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/scripts/releaseWizard.yaml b/dev-tools/scripts/releaseWizard.yaml
index 4dc8c80..5b772be 100644
--- a/dev-tools/scripts/releaseWizard.yaml
+++ b/dev-tools/scripts/releaseWizard.yaml
@@ -1064,11 +1064,11 @@ groups:
         cmd: ant documentation -Dversion={{ release_version }}
         comment: Build documentation
       - !Command
-        cmd: svn -m "Add docs, changes and javadocs for Lucene {{ release_version }}"  import {{ git_checkout_folder }}/lucene/build/docs  https://svn.apache.org/repos/infra/websites/production/lucene/content/core/{{ version }}
+        cmd: svn -m "Add docs, changes and javadocs for Lucene {{ release_version }}"  import {{ git_checkout_folder }}/lucene/build/docs  https://svn.apache.org/repos/infra/sites/lucene/core/{{ version }}
         logfile: add-docs-lucene.log
         comment: Add docs for Lucene
       - !Command
-        cmd: svn -m "Add docs, changes and javadocs for Solr {{ release_version }}"  import {{ git_checkout_folder }}/solr/build/docs  https://svn.apache.org/repos/infra/websites/production/lucene/content/solr/{{ version }}
+        cmd: svn -m "Add docs, changes and javadocs for Solr {{ release_version }}"  import {{ git_checkout_folder }}/solr/build/docs  https://svn.apache.org/repos/infra/sites/solr/docs/{{ version }}
         logfile: add-docs-solr.log
         comment: Add docs for Solr
   - !Todo
diff --git a/solr/solr-ref-guide/src/meta-docs/publish.adoc b/solr/solr-ref-guide/src/meta-docs/publish.adoc
index 6ff6086..19816fc 100644
--- a/solr/solr-ref-guide/src/meta-docs/publish.adoc
+++ b/solr/solr-ref-guide/src/meta-docs/publish.adoc
@@ -55,7 +55,7 @@ This will produce pages with a DRAFT watermark across them. While these are fine
 Push the Guide directly to production via Subversion `import` from where you built it.
 
 [source,bash]
-svn -m "Add Ref Guide for Solr 7.7" import <checkoutroot>/solr/build/solr-ref-guide/html-site https://svn.apache.org/repos/infra/websites/production/lucene/content/solr/guide/7_7
+svn -m "Add Ref Guide for Solr 7.7" import <checkoutroot>/solr/build/solr-ref-guide/html-site https://svn.apache.org/repos/infra/sites/solr/guide/7_7
 
 Confirm you can browse to Guide manually by going to the new URL. For example:
 https://solr.apache.org/guide/7_7
@@ -84,7 +84,7 @@ IMPORTANT: The `-Dsolr-guide-version` system property is optional if you build d
 . Checkout the directory you need to update from the svn production repo:
 +
 [source,bash]
-$ svn co https://svn.apache.org/repos/infra/websites/production/lucene/content/solr/guide/<dir>
+$ svn co https://svn.apache.org/repos/infra/sites/solr/guide/<dir>
 +
 * This command checks out the Guide version directory into a local subdirectory with the same name as the version (such as "7_7"). You can provide a better name locally if you prefer by adding it to the end of the command shown above.
 * Don't shortcut this and download the whole production website. It will take an incredibly long time and that will feel like _forever_.