[PATCH 2/9] debugging: add command to dump patches and series

Andrew Donnellan andrew.donnellan at au1.ibm.com
Thu Feb 22 14:18:34 AEDT 2018


On 22/02/18 01:17, Daniel Axtens wrote:
> I don't want a full dump, just enough to know if the same patches
> and series have been created with roughly the same properties. This
> seemed like the easiest way to do it.
> 
> Usage:
>    python3 manage.py debug_dump > file
>    ... make changes, reset db, reload files ...
>    python3 manage.py debug_dump > file2
>    diff -u file file2
> 
> Signed-off-by: Daniel Axtens <dja at axtens.net>

Don't know if "debug_dump" is the best name but I guess it's descriptive 
enough and I can't think of anything better off the top of my head.

Reviewed-by: Andrew Donnellan <andrew.donnellan at au1.ibm.com>

-- 
Andrew Donnellan              OzLabs, ADL Canberra
andrew.donnellan at au1.ibm.com  IBM Australia Limited



More information about the Patchwork mailing list