diff options
Diffstat (limited to 'jsons/RH_Data-packages.json')
-rw-r--r-- | jsons/RH_Data-packages.json | 169 |
1 files changed, 169 insertions, 0 deletions
diff --git a/jsons/RH_Data-packages.json b/jsons/RH_Data-packages.json new file mode 100644 index 0000000..8414794 --- /dev/null +++ b/jsons/RH_Data-packages.json @@ -0,0 +1,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" + } + ] +}
\ No newline at end of file |