aboutsummaryrefslogtreecommitdiffstats
path: root/data/queryUpstreamBug.json
blob: 544d526985898efc203e67eece8dc39305fd95b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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"
        }
    }
]