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 29bbe101 +=crate for Skywalking
29bbe101 is described below

commit 29bbe101f0abaf231cb79a7b6264c45cc1271d6e
Author: Sebb <[email protected]>
AuthorDate: Wed Apr 6 15:19:55 2022 +0100

    +=crate for Skywalking
---
 tools/download_check.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/download_check.rb b/tools/download_check.rb
index 36183dda..2b54f4fa 100755
--- a/tools/download_check.rb
+++ b/tools/download_check.rb
@@ -56,7 +56,7 @@ $versions = Hash.new {|h1, k1| h1[k1] = Hash.new {|h2, k2| 
h2[k2] = Array.new} }
 # match an artifact
 # TODO detect artifacts by URL as well if possible
 # $1 = base, $2 = extension
-ARTIFACT_RE = 
%r{/([^/]+\.(pom|tar|tar\.xz|tar\.gz|deb|nbm|dmg|sh|zip|tgz|far|tar\.bz2|jar|whl|war|msi|exe|rar|rpm|nar|xml|vsix))([&?]action=download)?$}
+ARTIFACT_RE = 
%r{/([^/]+\.(pom|crate|tar|tar\.xz|tar\.gz|deb|nbm|dmg|sh|zip|tgz|far|tar\.bz2|jar|whl|war|msi|exe|rar|rpm|nar|xml|vsix))([&?]action=download)?$}
 
 def init
   # build a list of validation errors

Reply via email to