aboutsummaryrefslogtreecommitdiffstats
path: root/abbrevURL
diff options
context:
space:
mode:
Diffstat (limited to 'abbrevURL')
-rwxr-xr-xabbrevURL2
1 files changed, 2 insertions, 0 deletions
diff --git a/abbrevURL b/abbrevURL
index c41af85..ed36180 100755
--- a/abbrevURL
+++ b/abbrevURL
@@ -27,6 +27,8 @@ str = str:gsub("https?://bugzilla.suse.com/show_bug.cgi%?id=(%d+)", "bsc#%1")
str = str:gsub("https?://bugzilla.suse.com/(%d+)", "bsc#%1")
str = str:gsub("https?://bugzilla.redhat.com/show_bug.cgi%?id=(%d+)", "rh#%1")
str = str:gsub("https?://bugzilla.redhat.com/(%d+)", "rh#%1")
+str = str:gsub("https?://bugzilla.mozilla.org/show_bug.cgi%?id=(%d+)", "bmo#%1")
+str = str:gsub("https?://bugzilla.mozilla.org/(%d+)", "bmo#%1")
str = str:gsub("https?://bugs.documentfoundation.org/show_bug.cgi%?id=(%d+)", "tdf#%1")
str = str:gsub("https?://bugs.documentfoundation.org/(%d+)", "tdf#%1")
str = str:gsub("https?://jira.suse.com/browse/(%a+)", "jsc#%1")