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

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


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 5565eba5dd9 Fix release wizard to remove from Solr space before 
attempting Lucene (#2796) (#2803)
5565eba5dd9 is described below

commit 5565eba5dd91ea0a826fc946442178391ec75af0
Author: Anshum Gupta <[email protected]>
AuthorDate: Wed Oct 30 09:34:04 2024 -0700

    Fix release wizard to remove from Solr space before attempting Lucene 
(#2796) (#2803)
    
    * 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 %}

Reply via email to