aboutsummaryrefslogtreecommitdiffstats
path: root/osurl
diff options
context:
space:
mode:
Diffstat (limited to 'osurl')
-rwxr-xr-xosurl2
1 files changed, 2 insertions, 0 deletions
diff --git a/osurl b/osurl
index 89dba70..8840558 100755
--- a/osurl
+++ b/osurl
@@ -16,6 +16,8 @@ local patterns = {
["boo#%NUM"] = "http://bugzilla.opensuse.org/show_bug.cgi?id=%1",
["bnc#%NUM"] = "http://bugzilla.novell.com/show_bug.cgi?id=%1",
["bsc#%NUM"] = "http://bugzilla.suse.com/show_bug.cgi?id=%1",
+ ["bds#%NUM"] = "https://build.suse.de/request/show/%1",
+ ["bdo#%NUM"] = "https://build.opensuse.org/request/show/%1",
["gh#%NONHASH#%WORD"] = "https://github.com/%1/issues/%2",
["lp#%NUM"] = "https://launchpad.net/bugs/%1",
["rh#%NUM"] = "http://bugzilla.redhat.com/show_bug.cgi?id=%1",