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/05 10:14:11 UTC

[solr] branch main updated: The SVN URL lacks a '-' when deleting previous RC from staging svn (#836)

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

janhoy 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 d51355256e4 The SVN URL lacks a '-' when deleting previous RC from staging svn (#836)
d51355256e4 is described below

commit d51355256e4adc4ff1a03022e61ae1911601ccb7
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Thu May 5 12:14:05 2022 +0200

    The SVN URL lacks a '-' when deleting previous RC from staging svn (#836)
---
 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 889ad1d6b10..b9fbb7eb5ab 100755
--- a/dev-tools/scripts/releaseWizard.py
+++ b/dev-tools/scripts/releaseWizard.py
@@ -246,7 +246,7 @@ def maybe_remove_rc_from_svn():
                  logfile="svn_rm.log",
                  tee=True,
                  vars={
-                     'dist_folder': """solr-{{ release_version }}-RC{{ rc_number }}-rev{{ build_rc.git_rev | default("<git_rev>", True) }}""",
+                     'dist_folder': """solr-{{ release_version }}-RC{{ rc_number }}-rev-{{ build_rc.git_rev | default("<git_rev>", True) }}""",
                      'dist_url': "{{ dist_url_base }}/{{ dist_folder }}"
                  }
              )],