diff options
Diffstat (limited to 'data/queryUpstreamBug.json')
-rw-r--r-- | data/queryUpstreamBug.json | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/data/queryUpstreamBug.json b/data/queryUpstreamBug.json index 3de67d0..544d526 100644 --- a/data/queryUpstreamBug.json +++ b/data/queryUpstreamBug.json @@ -1,10 +1,26 @@ [ { "regexp": "thunderbird|firefox|xulrunner", - "addr": "https://bugzilla.mozilla.org/buglist.cgi?quicksearch=" + "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": "https://bugs.freedesktop.org/buglist.cgi?quicksearch=product%3Axorg+" - } -]
\ No newline at end of file + "addr": { + "url": "https://bugs.freedesktop.org/buglist.cgi?quicksearch=", + "fillIn": "xorg", + "searchBy": "product" + } + } +] |