You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2022/05/25 11:18:21 UTC

[lucene] branch branch_9_2 updated: Fix path to backcompat indexes in release wizard

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

romseygeek pushed a commit to branch branch_9_2
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/branch_9_2 by this push:
     new 04bf4dbbffc Fix path to backcompat indexes in release wizard
04bf4dbbffc is described below

commit 04bf4dbbffcc12a840103df5c3da1d1c2f6b9604
Author: Alan Woodward <ro...@apache.org>
AuthorDate: Wed May 25 12:17:18 2022 +0100

    Fix path to backcompat indexes in release wizard
---
 dev-tools/scripts/releaseWizard.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-tools/scripts/releaseWizard.yaml b/dev-tools/scripts/releaseWizard.yaml
index ca5bde2eec9..dfa70f24172 100644
--- a/dev-tools/scripts/releaseWizard.yaml
+++ b/dev-tools/scripts/releaseWizard.yaml
@@ -1424,7 +1424,7 @@ groups:
       - !Command
         cmd: "{{ gradle_cmd }} clean"
       - !Command
-        cmd: python3 -u dev-tools/scripts/addBackcompatIndexes.py --no-cleanup  --temp-dir {{ temp_dir }} {{ release_version }}  && git add lucene/backward-codecs/src/test/org/apache/lucene/index/
+        cmd: python3 -u dev-tools/scripts/addBackcompatIndexes.py --no-cleanup  --temp-dir {{ temp_dir }} {{ release_version }}  && git add lucene/backward-codecs/src/test/org/apache/lucene/backward_index/
         logfile: add-backcompat.log
       - !Command
         cmd: git diff --staged
@@ -1453,7 +1453,7 @@ groups:
       - !Command
         cmd: "{{ gradle_cmd }} clean"
       - !Command
-        cmd: python3 -u dev-tools/scripts/addBackcompatIndexes.py --no-cleanup  --temp-dir {{ temp_dir }} {{ release_version }}  && git add lucene/backward-codecs/src/test/org/apache/lucene/index/  
+        cmd: python3 -u dev-tools/scripts/addBackcompatIndexes.py --no-cleanup  --temp-dir {{ temp_dir }} {{ release_version }}  && git add lucene/backward-codecs/src/test/org/apache/lucene/backward_index/  
         logfile: add-backcompat.log
       - !Command
         cmd: git diff --staged
@@ -1484,7 +1484,7 @@ groups:
       - !Command
         cmd: "{{ gradle_cmd }} clean"
       - !Command
-        cmd: python3 -u dev-tools/scripts/addBackcompatIndexes.py  --temp-dir {{ temp_dir }}  {{ release_version }}  && git add lucene/backward-codecs/src/test/org/apache/lucene/index/  
+        cmd: python3 -u dev-tools/scripts/addBackcompatIndexes.py  --temp-dir {{ temp_dir }}  {{ release_version }}  && git add lucene/backward-codecs/src/test/org/apache/lucene/backward_index/  
         logfile: add-backcompat.log
       - !Command
         cmd: git diff --staged