This is an automated email from the ASF dual-hosted git repository.
anshum pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 998eeb08821 Fix release wizard to remove from Solr space before
attempting Lucene (#2796)
998eeb08821 is described below
commit 998eeb08821d9d850642dd331b95a0247f3f50b1
Author: Anshum Gupta <[email protected]>
AuthorDate: Mon Oct 28 11:26:10 2024 -0700
Fix release wizard to remove from Solr space before attempting Lucene
(#2796)
* Fix release wizard to stop attempting to remove old artifacts from the
Lucene space
---
dev-tools/scripts/releaseWizard.yaml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/dev-tools/scripts/releaseWizard.yaml
b/dev-tools/scripts/releaseWizard.yaml
index 6b1a84041de..a1ccdc5cf44 100644
--- a/dev-tools/scripts/releaseWizard.yaml
+++ b/dev-tools/scripts/releaseWizard.yaml
@@ -1864,16 +1864,9 @@ groups:
root_folder: '{{ git_checkout_folder }}'
commands_text: |
Run these commands to delete proposed versions from distribution
directory.
- Note, as long as we have some releases (7.x, 8.x) in Lucene dist repo
and other
- releases (9.0 ->) in the Solr dist repo, we may need to delete two
places.
-
+
WARNING: Validate that the proposal is correct!
commands:
- - !Command
- cmd: |
- svn rm -m "Stop publishing old Solr releases"{% for ver in
mirrored_versions_to_delete %}
https://dist.apache.org/repos/dist/release/lucene/solr/{{ ver }}{% endfor %}
- logfile: svn-rm-solr.log
- comment: Delete from Lucene dist area
- !Command
cmd: |
svn rm -m "Stop publishing old Solr releases"{% for ver in
mirrored_versions_to_delete %}
https://dist.apache.org/repos/dist/release/solr/solr/{{ ver }}{% endfor %}