[PATCH 0/1] xmlrpc: Expose patch hash to patch_get

Florian Fainelli f.fainelli at gmail.com
Wed Dec 14 05:47:36 AEDT 2016


Hi all,

This simple patch exposes the "hash" value of a patch object. With the patchwork
instance that we run, our software development model makes us do a round of
internal submissions first, and then a final upstream submission. This can cause
the same patch hash to appear several time for different patch ids allocated.

As a maintainer, I may have to differentiate such patch submissions by walking
the patch list in reverse order until I find the latest patch with the hash
value that was computed from e.g: git diff.

Thanks!

Florian Fainelli (1):
  xmlrpc: Expose patch hash to patch_get

 patchwork/views/xmlrpc.py | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.9.3



More information about the Patchwork mailing list