From 6e324a775bae65ed1744500a26439b856b3ac2fa Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 6 Dec 2019 12:36:03 +0100 Subject: feat(osurl): accept also sr#number for OBS requests. --- osurl | 1 + 1 file changed, 1 insertion(+) diff --git a/osurl b/osurl index d0fde1f..4bedca2 100755 --- a/osurl +++ b/osurl @@ -20,6 +20,7 @@ local patterns = { ["bsc%SEP%NUM"] = "https://bugzilla.suse.com/show_bug.cgi?id=%1", ["bds%SEP%NUM"] = "https://build.suse.de/request/show/%1", ["bdo%SEP%NUM"] = "https://build.opensuse.org/request/show/%1", + ["sr%SEP%NUM"] = "https://build.opensuse.org/request/show/%1", ["jsc%SEP%JIRID"] = "https://jira.suse.com/browse/%1", ["gh%SEP%NONHASH%SEP%WORD"] = "https://github.com/%1/issues/%2", ["gl%SEP%NONHASH%SEP%WORD"] = "https://gitlab.com/%1/issues/%2", -- cgit