aboutsummaryrefslogtreecommitdiffstats
path: root/osurl
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2019-12-11 20:48:05 +0100
committerMatěj Cepl <mcepl@cepl.eu>2024-03-28 16:58:05 +0100
commit6735a49b2d15f749a3e0d3338c6da468c50ee416 (patch)
treeb8ba96a86c096de3ba00c09421953ffbaa17d6c9 /osurl
parent6e324a775bae65ed1744500a26439b856b3ac2fa (diff)
downloadvim-suse-changes-6735a49b2d15f749a3e0d3338c6da468c50ee416.tar.gz
fix(osurl,abbrevURL): change build.* abbreviations to sr# and ssr# respectively.
Diffstat (limited to 'osurl')
-rwxr-xr-xosurl1
1 files changed, 1 insertions, 0 deletions
diff --git a/osurl b/osurl
index 4bedca2..20e41e8 100755
--- a/osurl
+++ b/osurl
@@ -19,6 +19,7 @@ local patterns = {
["bnc%SEP%NUM"] = "https://bugzilla.novell.com/show_bug.cgi?id=%1",
["bsc%SEP%NUM"] = "https://bugzilla.suse.com/show_bug.cgi?id=%1",
["bds%SEP%NUM"] = "https://build.suse.de/request/show/%1",
+ ["ssr%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",