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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
|
{
"constantData": {
"bugzillalabelNames": {
"bugzilla.mozilla.org": "Mozilla Foundation",
"bugs.freedesktop.org": "FreeDesktop.org",
"bugs.eclipse.org": "Eclipse Project",
"bugzilla.gnome.org": "GNOME Desktop",
"bugzilla.redhat.com": "Red Hat"
},
"bugzillalabelAbbreviations": {
"bugzilla.mozilla.org": "MoFo",
"bugs.freedesktop.org": "FDo",
"bugs.eclipse.org": "Eclipse",
"bugzilla.gnome.org": "bgo",
"bugzilla.redhat.com": "RH"
},
"defaultAssignee": [
{
"regexp": "xorg-x11-drv-(ati|mach.*|r128)",
"addr": "jglisse@redhat.com"
},
{
"regexp": "xorg-x11-drv-intel",
"addr": "ajax@redhat.com"
},
{
"regexp": "xorg-x11-(server.*|drv-vesa|drv-mga)",
"addr": "ajax@redhat.com"
},
{
"regexp": "xorg-x11-drv-(keyboard|mouse|evdev)|xkeyboard-config|linuxwacom",
"addr": "peter.hutterer@redhat.com"
},
{
"regexp": "(seamonkey|nss.*)",
"addr": "kengert@redhat.com"
},
{
"regexp": "thunderbird",
"addr": "jhorak@redhat.com"
},
{
"regexp": "xorg-x11-init",
"addr": "sandmann@redhat.com"
},
{
"regexp": "(firefox|xulrunner)",
"addr": "stransky@redhat.com"
},
{
"regexp": "xorg-x11-drv-(nv|nouveau)",
"addr": "bskeggs@redhat.com"
}
],
"CCmaintainer": [
{
"regexp": "xorg|X11|compiz|chkfontpath|imake|libdmx|libdrm|libfontenc|libFS|libICE|libSM|libwnck|libxkbfile|mesa|pyxf86config|system-config-display|xkeyboard-config|xrestop|xsri",
"addr": [
"xgl-maint@redhat.com"
]
},
{
"regexp": "epiphany.*|firefox|galeon|gecko-sharp2|htmlview|^mozilla|seamonkey|thunderbird|xulrunner|nspluginwrapper",
"addr": [
"gecko-bugs-nobody@fedoraproject.org" ,
"gecko-bugs-nobody@redhat.com"
]
}
],
"newUpstreamBug": [
{
"regexp": "thunderbird",
"addr": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Thunderbird"
},
{
"regexp": "firefox",
"addr": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox"
},
{
"regexp": "xulrunner",
"addr": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Core"
}
],
"queryUpstreamBug": [
{
"regexp": "thunderbird|firefox|xulrunner",
"addr": "https://bugzilla.mozilla.org/buglist.cgi?quicksearch="
}
]
},
"childIDsGroupings": [
{
"regexp": "RADEON,R(100|[VS][12]00|S200M|S250|N50)",
"addr": "R100"
},
{
"regexp": "RADEON,R(200|V2[58]0|C350|S3[05]0)",
"addr": "R200"
},
{
"regexp": "RADEON,R(3[056]0|V3[56][10])",
"addr": "R300"
},
{
"regexp": "RADEON,RV3[78]0",
"addr": "R300e"
},
{
"regexp": "RADEON,RS4[08][025]",
"addr": "IGP300"
},
{
"regexp": "RADEON,R(4[123]0|481)",
"addr": "R400"
},
{
"regexp": "RADEON,R(V410|423|4[38]0)",
"addr": "R420"
},
{
"regexp": "RADEON,R(V51[56]|V53[05]|V5[67]0|5[28]0|580\\+)",
"addr": "R500"
},
{
"regexp": "RADEON,RS(6[09]|74)0C?",
"addr": "IGP600"
},
{
"regexp": "RADEON,R(V6[1273][50]|R6[80]0).*",
"addr": "R600"
},
{
"regexp": "RADEON,RS([78]80)[CD]?",
"addr": "IGP700"
},
{
"regexp": "RADEON,R(V7[13479]0.*|700)",
"addr": "R700"
},
{
"regexp": "RADEON,(Juniper|Cypress|Hemlock).*",
"addr": "R800"
},
{
"regexp": "RADEON,M(9|10).*",
"addr": "FireGL"
},
{
"regexp": "NOUVEAU,NV[13456]",
"addr": "preGeForce"
},
{
"regexp": "NOUVEAU,NV10",
"addr": "GeForce"
},
{
"regexp": "NOUVEAU,NV1[156]",
"addr": "GeForce2"
},
{
"regexp": "NOUVEAU,NV20",
"addr": "GeForce3"
},
{
"regexp": "INTEL,865PE",
"addr": "AGP8x"
}
]
}
|