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 dc5fdf6 +=rpm
dc5fdf6 is described below
commit dc5fdf67ea6a3064a537837616953d06b62bd77a
Author: Sebb <[email protected]>
AuthorDate: Tue Jan 14 10:10:56 2020 +0000
+=rpm
---
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 c94b3a7..0cb8f84 100755
--- a/tools/download_check.rb
+++ b/tools/download_check.rb
@@ -31,7 +31,7 @@ $NOFOLLOW = false # may be reset
$VERSION = nil
# match an artifact
-ARTIFACT_RE = %r{/([^/]+\.(tar|tar\.gz|zip|tgz|tar\.bz2|jar|war|msi|rar))$}
+ARTIFACT_RE = %r{/([^/]+\.(tar|tar\.gz|zip|tgz|tar\.bz2|jar|war|msi|rar|rpm))$}
def init
# build a list of validation errors