diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-05 18:41:00 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-05-05 18:41:00 +0200 |
commit | 63c0e1c9ebeacb7bf103fcd35f7ee03d5f432756 (patch) | |
tree | 48270e02a99d7453b41d27b223757f118656e86b /jsons/Config_data.json | |
parent | 4b99c3d6a0efca79d94fc29398f0eab1fd75d492 (diff) | |
download | bugzilla-triage-63c0e1c9ebeacb7bf103fcd35f7ee03d5f432756.tar.gz |
Add makeJSONRPCCallWithLogin, and other small issues.
* Release 0.102
* Don't react on bugzilla.gnome.org per default
* Simplify handling of preferences and debugging output.
Diffstat (limited to 'jsons/Config_data.json')
-rw-r--r-- | jsons/Config_data.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/jsons/Config_data.json b/jsons/Config_data.json index 8db7b27..8f2f6e2 100644 --- a/jsons/Config_data.json +++ b/jsons/Config_data.json @@ -112,8 +112,7 @@ "objectStyle":"RH", "matches":[ "https://bugzilla.redhat.com/show_bug.cgi.*", - "https://bugzilla.mozilla.org/show_bug.cgi.*", - "https://bugzilla.gnome.org/show_bug.cgi.*" + "https://bugzilla.mozilla.org/show_bug.cgi.*" ], "enabledPackages":{ "bugzilla.redhat.com":"all" |