diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2019-03-12 17:58:21 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-28 16:53:24 +0100 |
commit | 195e84294c53c46845b656e8ec12347393415d27 (patch) | |
tree | 5ee6093dc4e5ea748ebc25006a4f41ebd6408141 /osurl | |
parent | f2237ee7bd8c90ea2a0174722fb4cea4b1b96b6c (diff) | |
download | vim-suse-changes-195e84294c53c46845b656e8ec12347393415d27.tar.gz |
feat(osurl): add abbreviations bds and bdo for SUSE and openSUSE build requests.
Diffstat (limited to 'osurl')
-rwxr-xr-x | osurl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ local patterns = { ["boo#%NUM"] = "http://bugzilla.opensuse.org/show_bug.cgi?id=%1", ["bnc#%NUM"] = "http://bugzilla.novell.com/show_bug.cgi?id=%1", ["bsc#%NUM"] = "http://bugzilla.suse.com/show_bug.cgi?id=%1", + ["bds#%NUM"] = "https://build.suse.de/request/show/%1", + ["bdo#%NUM"] = "https://build.opensuse.org/request/show/%1", ["gh#%NONHASH#%WORD"] = "https://github.com/%1/issues/%2", ["lp#%NUM"] = "https://launchpad.net/bugs/%1", ["rh#%NUM"] = "http://bugzilla.redhat.com/show_bug.cgi?id=%1", |