]> git.ozlabs.org Git - patchwork/commit
Make the post-receive hook more efficient (using pwclient info, not view)
authorCarl Worth <cworth@cworth.org>
Wed, 11 Dec 2013 18:46:27 +0000 (10:46 -0800)
committerJeremy Kerr <jk@ozlabs.org>
Wed, 29 Jan 2014 09:57:12 +0000 (17:57 +0800)
commit6dd987e40d5d76dc96ed641723c2ece3f024f85e
tree05bdaaac33bd120776a3d22b942879b5a490adce
parent2b8be9316ca488c8ce913d47dd6f0ad04e7544e8
Make the post-receive hook more efficient (using pwclient info, not view)

Older versions of patchwork shipped with a version of pwclient that
had the view command, but not info command. Now that info exists, it's
inefficient to use it to obtain the patchwork ID value, (since it
requires the server to send the entire patch content in response to an
XML RPC request).

So be kind to the server by using info instead, (which has a small,
fixed-length response).

Signed-off-by: Carl Worth <cworth@cworth.org>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
tools/post-receive.hook