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 59ef2b0..24f74c9 100755
--- a/abbrevURL
+++ b/abbrevURL
@@ -16,8 +16,10 @@ str = str:gsub("https?://sourceforge.net/support/tracker.php%?aid=(%d+)", "sh#%1
str = str:gsub("https?://sf.net/support/tracker.php%?aid=(%d+)", "sh#%1")
str = str:gsub("https?://sourceforge.net/p/(.*)/patches/(%d+)/", "shp#%1#%2")
str = str:gsub("https?://sourceforge.net/p/(.*)/bugs/(%d+)/", "shb#%1#%2")
+str = str:gsub("https?://sourceforge.net/p/(.*)/tickets/(%d+)/", "sht#%1#%2")
str = str:gsub("https?://sf.net/support/p/(.*)/patches/(%d+)/", "shp#%1#%2")
str = str:gsub("https?://sf.net/support/p/(.*)/bugs/(%d+)/", "shb#%1#%2")
+str = str:gsub("https?://sf.net/support/p/(.*)/tickets/(%d+)/", "sht#%1#%2")
str = str:gsub("https?://bitbucket.org/(.*)/issues/(%d+)/", "bt#%1#%2")
str = str:gsub("https?://build.suse.de/request/show/(%d+)", "ssr#%1")
str = str:gsub("https?://build.opensuse.org/request/show/(%d+)", "sr#%1")