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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 488fb45  Handle RCnn
488fb45 is described below

commit 488fb45da316dad834eb2f41051e8aa9166b2c68
Author: Sebb <[email protected]>
AuthorDate: Fri Sep 17 11:46:25 2021 +0100

    Handle RCnn
---
 tools/download_check.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/download_check.rb b/tools/download_check.rb
index 3f8c801..0a34a63 100755
--- a/tools/download_check.rb
+++ b/tools/download_check.rb
@@ -499,8 +499,8 @@ def _checkDownloadPage(path, tlp, version)
             ver = $1 # main version
             suff = $2
             # does version have a suffix such as beta1, M3 etc?
-            # jmeter needs _ here
-            if suff =~ 
%r{^(-RC\d|-rc\d|-incubating|-ALPHA|[-.]?M\d+|[-~]?(alpha|beta)\d?(?:-\d)?)}
+            # jmeter needs _ here; brpc uses rc02
+            if suff =~ 
%r{^(-RC\d+|-rc\d+|-incubating|-ALPHA|[-.]?M\d+|[-~]?(alpha|beta)\d?(?:-\d)?)}
               ver += $1
             end
             $versions[ver][stem] << ext

Reply via email to