]> git.ozlabs.org Git - patchwork/commit
Add 'update' method to pwclient
authorJeremy Kerr <jk@ozlabs.org>
Mon, 8 Sep 2008 23:28:33 +0000 (09:28 +1000)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 8 Sep 2008 23:28:33 +0000 (09:28 +1000)
commita66875053f1014de3767937b1a918949c667ac74
treef1cd259e995b8323dbfdb654c8da3f5ae3c75c12
parent18638f005afea23e13f7329ed3ebbdae8d35582c
Add 'update' method to pwclient

This requires a new xmlrpc function, 'patch_set'. To do this, we
need HTTP Authentication support, which means changing to a custom
XMLRPC distpatcher that is aware of the Authorization: header.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/bin/pwclient.py
apps/patchwork/urls.py
apps/patchwork/views/xmlrpc.py [new file with mode: 0644]
apps/patchwork/xmlrpc.py [deleted file]
apps/settings.py
apps/urls.py
docs/INSTALL