From c94debdd5c83941ee7f2ac1277935a9e3e54237a Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 9 Jul 2013 19:24:37 +0200 Subject: Add data for upstreaming telepathy, empathy, and rhythmbox RH bugs. --- data/newUpstreamBug.json | 24 ++++++++++++++++++------ package.json | 2 +- update.rdf | 15 +++++++++++++++ 3 files changed, 34 insertions(+), 7 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" + } +] diff --git a/package.json b/package.json index 211e12e..418bb55 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Additional buttons and other function helping in the triage on bugzilla", "author": "Matej Cepl (http://matej.ceplovi.cz)", "license": "MIT/X11 (http://opensource.org/licenses/mit-license.php) and MPL", - "version": "1.6.9", + "version": "1.6.10", "contributors": [ "Ehsan Akhgari (http://ehsanakhgari.org/) ", "Johnathan Nightingale (http://johnath.com) ", diff --git a/update.rdf b/update.rdf index fdb9dd6..9c333a7 100644 --- a/update.rdf +++ b/update.rdf @@ -352,6 +352,21 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> +
  • + + 1.6.10 + + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 19.0 + 20.* + + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.6.10.xpi + + + +
  • -- cgit