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:44:23 UTC

[solr] branch branch_9_0 updated (2c67c4c431a -> 5a5821811cf)

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

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


    from 2c67c4c431a Add next bugfix version 9.0.1
     new 90f3ac21f4f ReleaseWizard: Update path to documentation to correct gradle location under solr/documentation (#856)
     new 81eacd76fb5 ReleaseWizard: Path to solr on dlcdn missing one /solr element (#855)
     new 5a5821811cf 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_9_0
in repository https://gitbox.apache.org/repos/asf/solr.git

commit 90f3ac21f4fb41f4fb0f182d73a171301877baf5
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 b7a0d6df731..9e95ae11b67 100644
--- a/dev-tools/scripts/releaseWizard.yaml
+++ b/dev-tools/scripts/releaseWizard.yaml
@@ -1106,7 +1106,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] 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_9_0
in repository https://gitbox.apache.org/repos/asf/solr.git

commit 5a5821811cf1d7a0999e69cfd2e93c623f9dbda5
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.
 


[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_9_0
in repository https://gitbox.apache.org/repos/asf/solr.git

commit 81eacd76fb567c8584032b8a2ab136de48b09d3c
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: