diff options
Diffstat (limited to 'data/queryUpstreamBug.json')
-rw-r--r-- | data/queryUpstreamBug.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/data/queryUpstreamBug.json b/data/queryUpstreamBug.json new file mode 100644 index 0000000..544d526 --- /dev/null +++ b/data/queryUpstreamBug.json @@ -0,0 +1,26 @@ +[ + { + "regexp": "thunderbird|firefox|xulrunner", + "addr": { + "url": "https://bugzilla.mozilla.org/buglist.cgi?quicksearch=", + "fillIn": "$$$", + "searchBy": "product" + } + }, + { + "regexp": "nautilus|gnome.*", + "addr": { + "url": "https://bugzilla.mozilla.org/buglist.cgi?quicksearch=", + "fillIn": "$$$", + "searchBy": "product" + } + }, + { + "regexp": "xorg-x11.*", + "addr": { + "url": "https://bugs.freedesktop.org/buglist.cgi?quicksearch=", + "fillIn": "xorg", + "searchBy": "product" + } + } +] |