Fix path to backcompat indexes in release wizard

This commit is contained in:
Alan Woodward 2022-05-25 12:17:18 +01:00
parent 2620b5669f
commit 9fa2b53a69
1 changed files with 3 additions and 3 deletions

View File

@ -1424,7 +1424,7 @@ groups:
- !Command - !Command
cmd: "{{ gradle_cmd }} clean" cmd: "{{ gradle_cmd }} clean"
- !Command - !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 logfile: add-backcompat.log
- !Command - !Command
cmd: git diff --staged cmd: git diff --staged
@ -1453,7 +1453,7 @@ groups:
- !Command - !Command
cmd: "{{ gradle_cmd }} clean" cmd: "{{ gradle_cmd }} clean"
- !Command - !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 logfile: add-backcompat.log
- !Command - !Command
cmd: git diff --staged cmd: git diff --staged
@ -1484,7 +1484,7 @@ groups:
- !Command - !Command
cmd: "{{ gradle_cmd }} clean" cmd: "{{ gradle_cmd }} clean"
- !Command - !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 logfile: add-backcompat.log
- !Command - !Command
cmd: git diff --staged cmd: git diff --staged