aboutsummaryrefslogtreecommitdiffstats
path: root/data/queryUpstreamBug.json
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-06-27 15:23:12 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-06-27 15:23:12 +0200
commit890dd7f9adcbe1ef7c4218edc89ee7075a12e211 (patch)
tree855893c690ebfbe5502b8151e3d3009501957091 /data/queryUpstreamBug.json
parent955f77978ea6f3f5730571698de07cc77d1fc5a4 (diff)
downloadbugzilla-triage-890dd7f9adcbe1ef7c4218edc89ee7075a12e211.tar.gz
Move all constant data out of the main JSON
Diffstat (limited to 'data/queryUpstreamBug.json')
-rw-r--r--data/queryUpstreamBug.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/queryUpstreamBug.json b/data/queryUpstreamBug.json
new file mode 100644
index 0000000..3de67d0
--- /dev/null
+++ b/data/queryUpstreamBug.json
@@ -0,0 +1,10 @@
+[
+ {
+ "regexp": "thunderbird|firefox|xulrunner",
+ "addr": "https://bugzilla.mozilla.org/buglist.cgi?quicksearch="
+ },
+ {
+ "regexp": "xorg-x11.*",
+ "addr": "https://bugs.freedesktop.org/buglist.cgi?quicksearch=product%3Axorg+"
+ }
+] \ No newline at end of file