You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2022/05/12 09:40:38 UTC

[solr] branch branch_9x updated (719022617f6 -> 42e8a6a530a)

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

janhoy pushed a change to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


    from 719022617f6 Sync CHANGES for 9.0.0
     new 239c0c2eedd ReleaseWizard: Update path to documentation to correct gradle location under solr/documentation (#856)
     new f906d2ff1cc ReleaseWizard: Path to solr on dlcdn missing one /solr element (#855)
     new 42e8a6a530a Ref-Guide: Fix dangling double-euqals-signs (#843)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dev-tools/scripts/releaseWizard.py                                      | 2 +-
 dev-tools/scripts/releaseWizard.yaml                                    | 2 +-
 .../modules/configuration-guide/pages/core-discovery.adoc               | 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)


[solr] 01/03: ReleaseWizard: Update path to documentation to correct gradle location under solr/documentation (#856)

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git

commit 239c0c2eedd904ec436e1fbff95202ee8abd4500
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Thu May 12 11:33:09 2022 +0200

    ReleaseWizard: Update path to documentation to correct gradle location under solr/documentation (#856)
    
    (cherry picked from commit c9192aabc0de51ed443b1d5c29cb65b0e79ed6cf)
---
 dev-tools/scripts/releaseWizard.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/scripts/releaseWizard.yaml b/dev-tools/scripts/releaseWizard.yaml
index 2c47e66ea3b..b7238f6abab 100644
--- a/dev-tools/scripts/releaseWizard.yaml
+++ b/dev-tools/scripts/releaseWizard.yaml
@@ -1119,7 +1119,7 @@ groups:
         cmd: "{{ gradle_cmd }} documentation -Dversion.release={{ release_version }}"
         comment: Build documentation
       - !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/sites/solr/docs/{{ version }}
+        cmd: svn -m "Add docs, changes and javadocs for Solr {{ release_version }}"  import {{ git_checkout_folder }}/solr/documentation/build/site https://svn.apache.org/repos/infra/sites/solr/docs/{{ version }}
         logfile: add-docs-solr.log
         comment: Add docs for Solr
   - !Todo


[solr] 02/03: ReleaseWizard: Path to solr on dlcdn missing one /solr element (#855)

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git

commit f906d2ff1cc728af314ad2a9686e56488a0ccaa5
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Thu May 12 11:33:24 2022 +0200

    ReleaseWizard: Path to solr on dlcdn missing one /solr element (#855)
    
    (cherry picked from commit 44d603614b4bbb7995b06d07be6cc1963b31c21a)
---
 dev-tools/scripts/releaseWizard.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/scripts/releaseWizard.py b/dev-tools/scripts/releaseWizard.py
index b9fbb7eb5ab..7361c767238 100755
--- a/dev-tools/scripts/releaseWizard.py
+++ b/dev-tools/scripts/releaseWizard.py
@@ -1993,7 +1993,7 @@ def prepare_announce_solr(todo): # pylint: disable=unused-argument
 
 def check_artifacts_available(todo): # pylint: disable=unused-argument
   try:
-    cdnUrl = expand_jinja("https://dlcdn.apache.org/solr/{{ release_version }}/solr-{{ release_version }}-src.tgz.asc")
+    cdnUrl = expand_jinja("https://dlcdn.apache.org/solr/solr/{{ release_version }}/solr-{{ release_version }}-src.tgz.asc")
     load(cdnUrl)
     print("Found %s" % cdnUrl)
   except Exception as e:


[solr] 03/03: Ref-Guide: Fix dangling double-euqals-signs (#843)

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git

commit 42e8a6a530a33165d7bf387cdb27b035a7bf44c4
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Thu May 12 11:34:34 2022 +0200

    Ref-Guide: Fix dangling double-euqals-signs (#843)
    
    (cherry picked from commit 5f893034115920479e2be1e5efe2786349bcb232)
---
 .../solr-ref-guide/modules/configuration-guide/pages/core-discovery.adoc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/solr/solr-ref-guide/modules/configuration-guide/pages/core-discovery.adoc b/solr/solr-ref-guide/modules/configuration-guide/pages/core-discovery.adoc
index 3dab912b6ea..779c0812c3b 100644
--- a/solr/solr-ref-guide/modules/configuration-guide/pages/core-discovery.adoc
+++ b/solr/solr-ref-guide/modules/configuration-guide/pages/core-discovery.adoc
@@ -32,7 +32,6 @@ Any `core.properties` file in any directory of your Solr installation (or in a d
 The `core.properties` file is a simple Java Properties file where each line is just a key=value pair, e.g., `name=core1`.
 Notice that no quotes are required.
 
-==
 A minimal `core.properties` file looks like the example below.
 However, it can also be empty, see information on placement of `core.properties` below.