Skip to content
Snippets Groups Projects
Verified Commit 4c022fed authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

gitpkg: Support '?signed'

parent f5740434
No related branches found
No related tags found
No related merge requests found
......@@ -174,6 +174,7 @@ class Repo
def self.split_src(src)
name, url = src =~ /::/ ? src.split("::", 2) : [nil, src.dup]
url.sub!(/#.*/, "")
url.sub!(/\?signed/, "")
url.sub!(/^git\+/, "")
[name, url]
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment