diff options
-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?://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") str = str:gsub("https?://bugs.python.org/issue(%d+)", "bpo#%1") str = str:gsub("https?://bugs.launchpad.net/.+/%+bug/(%d+)", "lp#%1") |