[PATCH v2] pwclient: Add heuristics to find a whole series of patches

2012-12-20 Thread Doug Anderson
Add a new filter option '-r' that attempts to list all patches in a series. Since there's no built-in way in patman to do this, we use some heuristics to try to find the series. Signed-off-by: Doug Anderson diand...@chromium.org --- Changes in v2: - Handle more tag formats; use tags besides

Re: [PATCH v2] pwclient: Add heuristics to find a whole series of patches

2012-12-20 Thread Jeremy Kerr
Hi Doug, Add a new filter option '-r' that attempts to list all patches in a series. Since there's no built-in way in patman to do this, we use some heuristics to try to find the series. Interesting idea, something I'm sure would be useful for many patchwork users. Do you think it would

Re: [PATCH v2] pwclient: Add heuristics to find a whole series of patches

2012-12-20 Thread Jeremy Kerr
Hi Doug, I will git it a shot. I'll need to get a local patchwork server setup for testing (so far I'm just using patchwork.kernel.org for my development on the client), so there might be a bit of a lag before I post a patch for that. Should just be a matter of: createdb patchwork git clone

Re: [PATCH v2] pwclient: Add heuristics to find a whole series of patches

2012-12-20 Thread Mauro Carvalho Chehab
Em Thu, 20 Dec 2012 13:06:07 -0800 Doug Anderson diand...@chromium.org escreveu: Add a new filter option '-r' that attempts to list all patches in a series. Since there's no built-in way in patman to do this, we use some heuristics to try to find the series. Instead of adding it at the

Re: [PATCH v2] pwclient: Add heuristics to find a whole series of patches

2012-12-20 Thread Doug Anderson
On Thu, Dec 20, 2012 at 5:38 PM, Jeremy Kerr j...@ozlabs.org wrote: Should just be a matter of: createdb patchwork git clone git://git.ozlabs.org/home/jk/git/patchwork cd patchwork/apps touch local_settings.py ./manage.py syncdb ./manage.py runserver xdg-open http://localhost:8000/