expect the hub to return raw XML-RPC data

This commit is contained in:
Mike Bonnet 2007-04-02 13:08:02 -04:00
parent 10e8254673
commit 2ee038ba60
2 changed files with 5 additions and 5 deletions

View file

@ -196,7 +196,7 @@ CREATE TABLE host_channels (
-- just package builds.
-- tasks may spawn subtasks (hence the parent field)
-- top-level tasks have NULL parent
-- the request and result fields are base64-encoded xmlrpc data.
-- the request and result fields are xmlrpc data.
-- this means each task is effectively an xmlrpc call, using this table as
-- the medium.
-- the host_id field indicates which host is running the task. This field