Skip to content
Snippets Groups Projects
Commit fc8106af authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

Find more versions from GitHub (#3952)

parent 281ba994
Branches
Tags
No related merge requests found
...@@ -71,7 +71,7 @@ def find_list_url(url): ...@@ -71,7 +71,7 @@ def find_list_url(url):
url_types = [ url_types = [
# e.g. https://github.com/llnl/callpath/archive/v1.0.1.tar.gz # e.g. https://github.com/llnl/callpath/archive/v1.0.1.tar.gz
(r'(.*github\.com/[^/]+/[^/]+)/archive/', (r'(.*github\.com/[^/]+/[^/]+)',
lambda m: m.group(1) + '/releases')] lambda m: m.group(1) + '/releases')]
for pattern, fun in url_types: for pattern, fun in url_types:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment