diff options
Diffstat (limited to 'abbrevURL')
-rwxr-xr-x | abbrevURL | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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") |