diff options
author | Matěj Cepl <mcepl@redhat.com> | 2013-07-09 19:24:37 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2013-07-09 19:26:32 +0200 |
commit | c94debdd5c83941ee7f2ac1277935a9e3e54237a (patch) | |
tree | 1ba5c848c2f3c34626aeaebecfa85ed16c270b20 /data/newUpstreamBug.json | |
parent | 6b647f71c32a34a40e6a09b9bd0d7c89e501c6be (diff) | |
download | bugzilla-triage-c94debdd5c83941ee7f2ac1277935a9e3e54237a.tar.gz |
Add data for upstreaming telepathy, empathy, and rhythmbox RH bugs.
Diffstat (limited to 'data/newUpstreamBug.json')
-rw-r--r-- | data/newUpstreamBug.json | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/data/newUpstreamBug.json b/data/newUpstreamBug.json index c4ace83..f3aba73 100644 --- a/data/newUpstreamBug.json +++ b/data/newUpstreamBug.json @@ -1,18 +1,30 @@ [ { "regexp": "thunderbird", - "addr": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Thunderbird" + "addr": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Thunderbird" }, { "regexp": "firefox", - "addr": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox" + "addr": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox" }, { "regexp": "xulrunner", - "addr": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Core" + "addr": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Core" }, { "regexp": "xorg-x11.*", - "addr": "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" - } -]
\ No newline at end of file + "addr": "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" + }, + { + "regexp": "telepathy.*", + "addr": "https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy" + }, + { + "regexp": "rhythmbox.*", + "addr": "https://bugzilla.gnome.org/enter_bug.cgi?product=rhythmbox" + }, + { + "regexp": "empathy.*", + "addr": "https://bugzilla.gnome.org/enter_bug.cgi?product=empathy" + } +] |