diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2019-12-06 12:36:03 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-28 16:57:53 +0100 |
commit | 6e324a775bae65ed1744500a26439b856b3ac2fa (patch) | |
tree | 4864f6b78d9427f11ab280785770f454c8288af0 /osurl | |
parent | 427376c2a446607acbf53cd7d9bcb83ace10f975 (diff) | |
download | vim-suse-changes-6e324a775bae65ed1744500a26439b856b3ac2fa.tar.gz |
feat(osurl): accept also sr#number for OBS requests.
Diffstat (limited to 'osurl')
-rwxr-xr-x | osurl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |