aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xabbrevURL2
1 files changed, 2 insertions, 0 deletions
diff --git a/abbrevURL b/abbrevURL
index b1389c0..c41af85 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?://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")