aboutsummaryrefslogtreecommitdiffstats
path: root/data/XMLRPCdata.json
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-04-29 01:22:18 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-04-29 01:32:27 +0200
commite3989a9404d19fb5164b39f7f6c78e64cc85b137 (patch)
treeb2ceedb4a43b2e85a4d083933a6ca5678b32236f /data/XMLRPCdata.json
parentaf9a8239914fb783ddd41a9dc571bd5fb2126050 (diff)
downloadbugzilla-triage-e3989a9404d19fb5164b39f7f6c78e64cc85b137.tar.gz
All XML-RPC calls are rewritten as JSON-RPC ones.
* also MakeJSONRPCall is a functional call now * reorganization for dealing with the history.
Diffstat (limited to 'data/XMLRPCdata.json')
-rw-r--r--data/XMLRPCdata.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/data/XMLRPCdata.json b/data/XMLRPCdata.json
index 4dab662..e378f22 100644
--- a/data/XMLRPCdata.json
+++ b/data/XMLRPCdata.json
@@ -1,8 +1,11 @@
{
"bugzilla.redhat.com": {
- "url": "https://bugzilla.redhat.com/xmlrpc.cgi"
+ "url": "https://bugzilla.redhat.com/xmlrpc.cgi"
+ },
+ "bugzilla.mozilla.org": {
+ "url": "https://bugzilla.mozilla.org/xmlrpc.cgi"
},
"bz-web2-test.devel.redhat.com": {
- "url": "https://bz-web2-test.devel.redhat.com/xmlrpc.cgi"
+ "url": "https://bz-web2-test.devel.redhat.com/xmlrpc.cgi"
}
-} \ No newline at end of file
+}